The OpenD Programming Language

ssytrs_

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

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

Meta