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