Function spttrs_
Solves a symmetric positive definite tridiagonal system of linear equations, using the LDL**H factorization computed by SPTTRF.
extern(C) void spttrs_
(
int* n,
int* nrhs,
float* d,
float* e,
float* b,
int* ldb,
int* info
);