The OpenD Programming Language

ssptrf_

Computes the factorization of a real symmetric-indefinite matrix in packed storage, using the diagonal pivoting method.

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

Meta