dpptrf.f (3) Linux Manual Page
dpptrf.f – Synopsis Functions/Subroutines subroutine dpptrf (UPLO, N, AP, INFO) DPPTRF Function/Subroutine Documentation subroutine dpptrf (characterUPLO, integerN, double precision, dimension( * )AP, integerINFO) DPPTRF Purpose: DPPTRF computes the Cholesky factorization of a real symmetric positive definite matrix A stored in packed format. The factorization has the form A = U**T * U, if UPLO =…
