cpotrf.f (3) Linux Manual Page
cpotrf.f – SynopsisFunctions/Subroutinessubroutine cpotrf (UPLO, N, A, LDA, INFO) CPOTRF Function/Subroutine Documentationsubroutine cpotrf (characterUPLO, integerN, complex, dimension( lda, * )A, integerLDA, integerINFO)CPOTRF Purpose: CPOTRF computes the Cholesky factorization of a complex Hermitian positive definite matrix A. The factorization has the form A = U**H * U, if UPLO = ‘U’, or A = L *…
