zpftri (3) Linux Manual Page
zpftri.f – Synopsis Functions/Subroutines subroutine zpftri (TRANSR, UPLO, N, A, INFO) ZPFTRI Function/Subroutine Documentation subroutine zpftri (characterTRANSR, characterUPLO, integerN, complex*16, dimension( 0: * )A, integerINFO) ZPFTRI Purpose: ZPFTRI computes the inverse of a complex Hermitian positive definite matrix A using the Cholesky factorization A = U**H*U or A = L*L**H computed by ZPFTRF. Parameters:…
