fortran-lapack
Loading...
Searching...
No Matches
la_lapack::gtsv Interface Reference

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...

Public Member Functions

 la_cgtsv
 
 la_dgtsv
 
 la_qgtsv
 
 la_sgtsv
 
 la_wgtsv
 
 la_zgtsv
 

Detailed Description

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.

Member Function/Subroutine Documentation

◆ 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: