Generic old style interface for HETRF. Supports c, z. See also: mfi_hetrf, chetrf, zhetrf.
Original interface for CHETRF See also: mfi_hetrf, f77_hetrf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1), | intent(in) | :: | uplo | |||
integer, | intent(in) | :: | n | |||
complex(kind=REAL32), | intent(inout) | :: | a(lda,*) | |||
integer, | intent(in) | :: | lda | |||
integer, | intent(in) | :: | ipiv(*) | |||
complex(kind=REAL32), | intent(inout) | :: | work(*) | |||
integer, | intent(in) | :: | lwork | |||
integer, | intent(out) | :: | info |
Original interface for ZHETRF See also: mfi_hetrf, f77_hetrf.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1), | intent(in) | :: | uplo | |||
integer, | intent(in) | :: | n | |||
complex(kind=REAL64), | intent(inout) | :: | a(lda,*) | |||
integer, | intent(in) | :: | lda | |||
integer, | intent(in) | :: | ipiv(*) | |||
complex(kind=REAL64), | intent(inout) | :: | work(*) | |||
integer, | intent(in) | :: | lwork | |||
integer, | intent(out) | :: | info |