CHETF2 (3) Linux Manual Page
chetf2.f – SynopsisFunctions/Subroutinessubroutine chetf2 (UPLO, N, A, LDA, IPIV, INFO) CHETF2 computes the factorization of a complex Hermitian matrix, using the diagonal pivoting method (unblocked algorithm calling Level 2 BLAS). Function/Subroutine Documentationsubroutine chetf2 (characterUPLO, integerN, complex, dimension( lda, * )A, integerLDA, integer, dimension( * )IPIV, integerINFO)CHETF2 computes the factorization of a complex Hermitian matrix, using…
