The OpenD Programming Language

sgtsvx_

Solves a general tridiagonal system of linear equations AX=B, A**T X=B or A**H X=B, and provides an estimate of the condition number and error bounds on the solution.

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

Meta