CSYTRI (3) Linux Manual Page
NAME csytri.f – SYNOPSIS Functions/Subroutines subroutine csytri (UPLO, N, A, LDA, IPIV, WORK, INFO) CSYTRI Function/Subroutine Documentation subroutine 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…
