CPOTRI (3) Linux Manual Page
cpotri.f – SynopsisFunctions/Subroutinessubroutine cpotri (UPLO, N, A, LDA, INFO) CPOTRI Function/Subroutine Documentationsubroutine cpotri (characterUPLO, integerN, complex, dimension( lda, * )A, integerLDA, integerINFO)CPOTRI Purpose: CPOTRI computes the inverse of a complex Hermitian positive definite matrix A using the Cholesky factorization A = U**H*U or A = L*L**H computed by CPOTRF. Parameters: UPLO UPLO is CHARACTER*1 =…
