The OpenD Programming Language

chetrs_

Solves a complex Hermitian indefinite system of linear equations AX=B, using the factorization computed by CHPTRF.

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

Meta