The OpenD Programming Language

ssptrs_

Solves a real symmetric indefinite system of linear equations AX=B, where A is held in packed storage, using the factorization computed by SSPTRF.

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

Meta