chetri2x.f (3) Linux Manual Page
chetri2x.f – Synopsis Functions/Subroutines subroutine chetri2x (UPLO, N, A, LDA, IPIV, WORK, NB, INFO) CHETRI2X Function/Subroutine Documentation subroutine chetri2x (characterUPLO, integerN, complex, dimension( lda, * )A, integerLDA, integer, dimension( * )IPIV, complex, dimension( n+nb+1,* )WORK, integerNB, integerINFO) CHETRI2X Purpose: CHETRI2X computes the inverse of a complex Hermitian indefinite matrix A using the factorization A =…
