spptri.f (3) Linux Manual Page
spptri.f – Synopsis Functions/Subroutines subroutine spptri (UPLO, N, AP, INFO) SPPTRI Function/Subroutine Documentation subroutine spptri (characterUPLO, integerN, real, dimension( * )AP, integerINFO) SPPTRI Purpose: SPPTRI 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 SPPTRF. Parameters: UPLO UPLO is…
