DPFTRI (3) Linux Manual Page
dpftri.f – SynopsisFunctions/Subroutinessubroutine dpftri (TRANSR, UPLO, N, A, INFO) DPFTRI Function/Subroutine Documentationsubroutine dpftri (characterTRANSR, characterUPLO, integerN, double precision, dimension( 0: * )A, integerINFO)DPFTRI Purpose: DPFTRI computes the inverse of a (real) symmetric positive definite matrix A using the Cholesky factorization A = U**T*U or A = L*L**T computed by DPFTRF. Parameters: TRANSR TRANSR is CHARACTER*1…
