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

LAGTS: may be used to solve one of the systems of equations (T - lambda*I)*x = y or (T - lambda*I)**T*x = y, where T is an n by n tridiagonal matrix, for x, following the factorization of (T - lambda*I) as (T - lambda*I) = P*L*U , by routine DLAGTF. The choice of equation to be solved is controlled by the argument JOB, and in each case there is an option to perturb zero or very small diagonal elements of U, this option being intended for use in applications such as inverse iteration. More...

Public Member Functions

 la_dlagts
 
 la_qlagts
 
 la_slagts
 

Detailed Description

LAGTS: may be used to solve one of the systems of equations (T - lambda*I)*x = y or (T - lambda*I)**T*x = y, where T is an n by n tridiagonal matrix, for x, following the factorization of (T - lambda*I) as (T - lambda*I) = P*L*U , by routine DLAGTF. The choice of equation to be solved is controlled by the argument JOB, and in each case there is an option to perturb zero or very small diagonal elements of U, this option being intended for use in applications such as inverse iteration.

Member Function/Subroutine Documentation

◆ la_dlagts()

la_lapack::lagts::la_dlagts

◆ la_qlagts()

la_lapack::lagts::la_qlagts

◆ la_slagts()

la_lapack::lagts::la_slagts

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