The OpenD Programming Language

chptri_

Computes the inverse of a complex Hermitian indefinite matrix in packed storage, using the factorization computed by CHPTRF.

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

Meta