zpptrf.f (3) Linux Manual Page
zpptrf.f – Synopsis Functions/Subroutines subroutine zpptrf (UPLO, N, AP, INFO) ZPPTRF Function/Subroutine Documentation subroutine zpptrf (characterUPLO, integerN, complex*16, dimension( * )AP, integerINFO) ZPPTRF Purpose: ZPPTRF computes the Cholesky factorization of a complex Hermitian positive definite matrix A stored in packed format. The factorization has the form A = U**H * U, if UPLO = ‘U’,…
