The OpenD Programming Language

ssytrf_rk_

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

extern (C) pure nothrow @nogc
void
ssytrf_rk_
(
ref const char uplo
,
ref const lapackint n
,
float* a
,
ref const lapackint lda
,
float* e
,,
float* work
,,)

Meta