dptsv.f (3) Linux Manual Page
dptsv.f – SynopsisFunctions/Subroutinessubroutine dptsv (N, NRHS, D, E, B, LDB, INFO) DPTSV computes the solution to system of linear equations A * X = B for PT matrices Function/Subroutine Documentationsubroutine dptsv (integerN, integerNRHS, double precision, dimension( * )D, double precision, dimension( * )E, double precision, dimension( ldb, * )B, integerLDB, integerINFO) DPTSV computes the solution…
