The OpenD Programming Language

ssptri_

Computes the inverse of a real symmetric indefinite matrix in packed storage, using the factorization computed by SSPTRF.

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

Meta