The OpenD Programming Language

spbtrs_

Solves a symmetric positive definite banded system of linear equations AX=B, using the Cholesky factorization computed by SPBTRF.

extern (C) pure nothrow @nogc
void
spbtrs_
(
ref char uplo
,,,,
float* ab
,,
float* b
,,)

Meta