zhetri_rook (3) Linux Manual Page
zhetri_rook.f – Synopsis Functions/Subroutines subroutine zhetri_rook (UPLO, N, A, LDA, IPIV, WORK, INFO) ZHETRI_ROOK computes the inverse of HE matrix using the factorization obtained with the bounded Bunch-Kaufman (‘rook’) diagonal pivoting method. Function/Subroutine Documentation subroutine zhetri_rook (characterUPLO, integerN, complex*16, dimension( lda, * )A, integerLDA, integer, dimension( * )IPIV, complex*16, dimension( * )WORK, integerINFO) ZHETRI_ROOK computes…
