The OpenD Programming Language

ssytri_

Computes the inverse of a real symmetric indefinite matrix, using the factorization computed by SSYTRF.

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

Meta