zhptrf.f (3) Linux Manual Page
zhptrf.f – Synopsis Functions/Subroutines subroutine zhptrf (UPLO, N, AP, IPIV, INFO) ZHPTRF Function/Subroutine Documentation subroutine zhptrf (characterUPLO, integerN, complex*16, dimension( * )AP, integer, dimension( * )IPIV, integerINFO) ZHPTRF Purpose: ZHPTRF computes the factorization of a complex Hermitian packed matrix A using the Bunch-Kaufman diagonal pivoting method: A = U*D*U**H or A = L*D*L**H where U…
