ctptrs.f (3) Linux Manual Page
ctptrs.f – Synopsis Functions/Subroutines subroutine ctptrs (UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, INFO) CTPTRS Function/Subroutine Documentation subroutine ctptrs (characterUPLO, characterTRANS, characterDIAG, integerN, integerNRHS, complex, dimension( * )AP, complex, dimension( ldb, * )B, integerLDB, integerINFO) CTPTRS Purpose: CTPTRS solves a triangular system of the form A * X = B, A**T * X =…
