spotrs_

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

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

Meta