zhptrs (3) Linux Manual Page
zhptrs.f – Synopsis Functions/Subroutines subroutine zhptrs (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO) ZHPTRS Function/Subroutine Documentation subroutine zhptrs (characterUPLO, integerN, integerNRHS, complex*16, dimension( * )AP, integer, dimension( * )IPIV, complex*16, dimension( ldb, * )B, integerLDB, integerINFO) ZHPTRS Purpose: ZHPTRS solves a system of linear equations A*X = B with a complex Hermitian matrix A…
