The OpenD Programming Language

spotri_

Computes the inverse of a symmetric positive definite matrix, using the Cholesky factorization computed by SPOTRF.

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

Meta