DPOTRF (3) Linux Manual Page
NAME dpotrf.f – SYNOPSIS Functions/Subroutines subroutine dpotrf (UPLO, N, A, LDA, INFO) DPOTRF Function/Subroutine Documentation subroutine dpotrf (characterUPLO, integerN, double precision, dimension( lda, * )A, integerLDA, integerINFO) DPOTRF Purpose: DPOTRF computes the Cholesky factorization of a real symmetric positive definite matrix A. The factorization has the form A = U**T * U, if UPLO =…
