Module STBSV in IMSLMSolve one of the triangular systems, x = inv(A)*x, or x = inv(trans(A))*x, where A is a triangular matrix in band storage mode, and trans(A) is the transpose of the matrix.
CALL STBSV (UPLO, TRANS, DIAG, N, NCODA, A, LDA, X, INCX)| D2a2 | Solution of systems of linear equations, including matrix inverses, and LU and related factorizations (real nonsymmetric banded matrices) |
| D2a3 | Solution of systems of linear equations, including matrix inverses, and LU and related factorizations (real nonsymmetric triangular matrices) |