DPFTRI (3) Linux Manual Page
NAME dpftri.f – SYNOPSIS Functions/Subroutines subroutine dpftri (TRANSR, UPLO, N, A, INFO) DPFTRI Function/Subroutine Documentation subroutine 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….
