Generic modern interface for HETRF. Supports c, z. See also: chetrf, zhetrf.
Modern interface for chetrf. See also: mfi_hetrf, f77_hetrf. Computes the factorization of a Hermitian matrix using the Bunch-Kaufman diagonal pivoting method
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=REAL32), | intent(inout) | :: | a(:,:) | |||
| character(len=1), | intent(in), | optional | :: | uplo | ||
| integer, | intent(out), | optional, | target | :: | ipiv(:) | |
| integer, | intent(out), | optional | :: | info |
Modern interface for zhetrf. See also: mfi_hetrf, f77_hetrf. Computes the factorization of a Hermitian matrix using the Bunch-Kaufman diagonal pivoting method
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=REAL64), | intent(inout) | :: | a(:,:) | |||
| character(len=1), | intent(in), | optional | :: | uplo | ||
| integer, | intent(out), | optional, | target | :: | ipiv(:) | |
| integer, | intent(out), | optional | :: | info |