The OpenD Programming Language

spttrs_

Solves a symmetric positive definite tridiagonal system of linear equations, using the LDL**H factorization computed by SPTTRF.

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

Meta