CSPTRF (3) Linux Manual Page
csptrf.f – SynopsisFunctions/Subroutinessubroutine csptrf (UPLO, N, AP, IPIV, INFO) CSPTRF Function/Subroutine Documentationsubroutine csptrf (characterUPLO, integerN, complex, dimension( * )AP, integer, dimension( * )IPIV, integerINFO)CSPTRF Purpose: CSPTRF computes the factorization of a complex symmetric matrix A stored in packed format using the Bunch-Kaufman diagonal pivoting method: A = U*D*U**T or A = L*D*L**T where U (or…
