The OpenD Programming Language

chetrf_

Computes the factorization of a complex Hermitian-indefinite matrix, using the diagonal pivoting method.

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

Meta