ssytri.f (3) Linux Manual Page
ssytri.f – Synopsis Functions/Subroutines subroutine ssytri (UPLO, N, A, LDA, IPIV, WORK, INFO) SSYTRI Function/Subroutine Documentation subroutine ssytri (characterUPLO, integerN, real, dimension( lda, * )A, integerLDA, integer, dimension( * )IPIV, real, dimension( * )WORK, integerINFO) SSYTRI Purpose: SSYTRI computes the inverse of a real symmetric indefinite matrix A using the factorization A = U*D*U**T or…
