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