cspsv.f (3) Linux Manual Page
cspsv.f – Synopsis Functions/Subroutines subroutine cspsv (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO) CSPSV computes the solution to system of linear equations A * X = B for OTHER matrices Function/Subroutine Documentation subroutine cspsv (characterUPLO, integerN, integerNRHS, complex, dimension( * )AP, integer, dimension( * )IPIV, complex, dimension( ldb, * )B, integerLDB, integerINFO) CSPSV computes…
