CSYTRI2 (3) Linux Manual Page
csytri2.f – SynopsisFunctions/Subroutinessubroutine csytri2 (UPLO, N, A, LDA, IPIV, WORK, LWORK, INFO) CSYTRI2 Function/Subroutine Documentationsubroutine csytri2 (characterUPLO, integerN, complex, dimension( lda, * )A, integerLDA, integer, dimension( * )IPIV, complex, dimension( * )WORK, integerLWORK, integerINFO)CSYTRI2 Purpose: CSYTRI2 computes the inverse of a COMPLEX symmetric indefinite matrix A using the factorization A = U*D*U**T or A =…
