dpftrf.f (3) Linux Manual Page
dpftrf.f – Synopsis Functions/Subroutines subroutine dpftrf (TRANSR, UPLO, N, A, INFO) DPFTRF Function/Subroutine Documentation subroutine dpftrf (characterTRANSR, characterUPLO, integerN, double precision, dimension( 0: * )A, integerINFO) DPFTRF Purpose: DPFTRF computes the Cholesky factorization of a real symmetric positive definite matrix A. The factorization has the form A = U**T * U, if UPLO = ‘U’,…
