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

GTTRS: solves one of the systems of equations A * X = B, A**T * X = B, or A**H * X = B, with a tridiagonal matrix A using the LU factorization computed by CGTTRF. More...

Public Member Functions

 la_cgttrs
 
 la_dgttrs
 
 la_qgttrs
 
 la_sgttrs
 
 la_wgttrs
 
 la_zgttrs
 

Detailed Description

GTTRS: solves one of the systems of equations A * X = B, A**T * X = B, or A**H * X = B, with a tridiagonal matrix A using the LU factorization computed by CGTTRF.

Member Function/Subroutine Documentation

◆ la_cgttrs()

la_lapack::gttrs::la_cgttrs

◆ la_dgttrs()

la_lapack::gttrs::la_dgttrs

◆ la_qgttrs()

la_lapack::gttrs::la_qgttrs

◆ la_sgttrs()

la_lapack::gttrs::la_sgttrs

◆ la_wgttrs()

la_lapack::gttrs::la_wgttrs

◆ la_zgttrs()

la_lapack::gttrs::la_zgttrs

The documentation for this interface was generated from the following file: