The OpenD Programming Language

ssytrf_

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

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

Meta