sgtsv_

Solves a general tridiagonal system of linear equations AX=B.

pure nothrow @nogc extern (C)
void
sgtsv_
(,,
float* dl
,
float* d
,
float* du
,
float* b
,,)

Meta