GTSV: solves the equation A*X = B, where A is an N-by-N tridiagonal matrix, by Gaussian elimination with partial pivoting. Note that the equation A**T *X = B may be solved by interchanging the order of the arguments DU and DL.
More...
GTSV: solves the equation A*X = B, where A is an N-by-N tridiagonal matrix, by Gaussian elimination with partial pivoting. Note that the equation A**T *X = B may be solved by interchanging the order of the arguments DU and DL.
◆ la_cgtsv()
| la_lapack::gtsv::la_cgtsv |
◆ la_dgtsv()
| la_lapack::gtsv::la_dgtsv |
◆ la_qgtsv()
| la_lapack::gtsv::la_qgtsv |
◆ la_sgtsv()
| la_lapack::gtsv::la_sgtsv |
◆ la_wgtsv()
| la_lapack::gtsv::la_wgtsv |
◆ la_zgtsv()
| la_lapack::gtsv::la_zgtsv |
The documentation for this interface was generated from the following file: