The OpenD Programming Language

sgtrfs_

Improves the computed solution to a general tridiagonal system of linear equations AX=B, A**T X=B or A**H X=B, and provides forward and backward error bounds for the solution.

extern (C) pure nothrow @nogc
void
sgtrfs_
(
ref char trans
,,,
float* dl
,
float* d
,
float* du
,
float* dlf
,
float* df
,
float* duf
,
float* du2
,,
float* b
,,
float* x
,,
float* ferr
,
float* berr
,
float* work
,,)

Meta