The OpenD Programming Language

ssytrs2_

Solves a real symmetric indefinite system of linear equations AX=B, using the factorization computed by SYTRF.

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

Meta