The OpenD Programming Language

sposvx_

Solves a symmetric positive definite system of linear equations AX=B, and provides an estimate of the condition number and error bounds on the solution.

extern (C) pure nothrow @nogc
void
sposvx_
(
ref char fact
,
ref char uplo
,,,
float* a
,,
float* af
,,
ref char equed
,
float* s
,
float* b
,,
float* x
,,
ref float rcond
,
float* ferr
,
float* berr
,
float* work
,,)

Meta