zpftrf (3) Linux Manual Page
zpftrf.f – Synopsis Functions/Subroutines subroutine zpftrf (TRANSR, UPLO, N, A, INFO) ZPFTRF Function/Subroutine Documentation subroutine zpftrf (characterTRANSR, characterUPLO, integerN, complex*16, dimension( 0: * )A, integerINFO) ZPFTRF Purpose: ZPFTRF computes the Cholesky factorization of a complex Hermitian positive definite matrix A. The factorization has the form A = U**H * U, if UPLO = ‘U’, or…
