The OpenD Programming Language

sspsv_

Solves a real symmetric indefinite system of linear equations AX=B, where A is held in packed storage.

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

Meta