DSPTRS (3) Linux Manual Page
NAME dsptrs.f – SYNOPSIS Functions/Subroutines subroutine dsptrs (UPLO, N, NRHS, AP, IPIV, B, LDB, INFO) DSPTRS Function/Subroutine Documentation subroutine dsptrs (characterUPLO, integerN, integerNRHS, double precision, dimension( * )AP, integer, dimension( * )IPIV, double precision, dimension( ldb, * )B, integerLDB, integerINFO) DSPTRS Purpose: DSPTRS solves a system of linear equations A*X = B with a real…
