The OpenD Programming Language

sptsv_

Solves a symmetric positive definite tridiagonal system of linear equations AX=B.

extern (C) pure nothrow @nogc
void
sptsv_
(,,
float* d
,
float* e
,
float* b
,,)

Meta