CPOTF2 (3) Linux Manual Page
NAME cpotf2.f – SYNOPSIS Functions/Subroutines subroutine cpotf2 (UPLO, N, A, LDA, INFO) CPOTF2 computes the Cholesky factorization of a symmetric/Hermitian positive definite matrix (unblocked algorithm). Function/Subroutine Documentation subroutine cpotf2 (characterUPLO, integerN, complex, dimension( lda, * )A, integerLDA, integerINFO) CPOTF2 computes the Cholesky factorization of a symmetric/Hermitian positive definite matrix (unblocked algorithm). Purpose: CPOTF2 computes the…
