The OpenD Programming Language

sgttrs_

Solves a general tridiagonal system of linear equations AX=B, A**T X=B or A**H X=B, using the LU factorization computed by SGTTRF.

extern (C) pure nothrow @nogc
void
sgttrs_
(
ref char trans
,,,
float* dl
,
float* d
,
float* du
,
float* du2
,,
float* b
,,)

Meta