The OpenD Programming Language

spotrs_

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

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

Meta