Loading [MathJax]/extensions/tex2jax.js
fortran-lapack
All Classes Namespaces Files Functions Variables Pages
la_lapack::getrs Interface Reference

GETRS: solves a system of linear equations A * X = B, A**T * X = B, or A**H * X = B with a general N-by-N matrix A using the LU factorization computed by CGETRF. More...

Public Member Functions

pure subroutine cgetrs (trans, n, nrhs, a, lda, ipiv, b, ldb, info)
 
 la_cgetrs
 
pure subroutine dgetrs (trans, n, nrhs, a, lda, ipiv, b, ldb, info)
 
 la_dgetrs
 
 la_qgetrs
 
pure subroutine sgetrs (trans, n, nrhs, a, lda, ipiv, b, ldb, info)
 
 la_sgetrs
 
 la_wgetrs
 
pure subroutine zgetrs (trans, n, nrhs, a, lda, ipiv, b, ldb, info)
 
 la_zgetrs
 

Detailed Description

GETRS: solves a system of linear equations A * X = B, A**T * X = B, or A**H * X = B with a general N-by-N matrix A using the LU factorization computed by CGETRF.

Member Function/Subroutine Documentation

◆ cgetrs()

pure subroutine la_lapack::getrs::cgetrs ( character, intent(in) trans,
integer(ilp), intent(in) n,
integer(ilp), intent(in) nrhs,
complex(sp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
integer(ilp), dimension(*), intent(in) ipiv,
complex(sp), dimension(ldb,*), intent(inout) b,
integer(ilp), intent(in) ldb,
integer(ilp), intent(out) info )
Here is the call graph for this function:

◆ dgetrs()

pure subroutine la_lapack::getrs::dgetrs ( character, intent(in) trans,
integer(ilp), intent(in) n,
integer(ilp), intent(in) nrhs,
real(dp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
integer(ilp), dimension(*), intent(in) ipiv,
real(dp), dimension(ldb,*), intent(inout) b,
integer(ilp), intent(in) ldb,
integer(ilp), intent(out) info )
Here is the call graph for this function:

◆ la_cgetrs()

la_lapack::getrs::la_cgetrs

◆ la_dgetrs()

la_lapack::getrs::la_dgetrs

◆ la_qgetrs()

la_lapack::getrs::la_qgetrs

◆ la_sgetrs()

la_lapack::getrs::la_sgetrs

◆ la_wgetrs()

la_lapack::getrs::la_wgetrs

◆ la_zgetrs()

la_lapack::getrs::la_zgetrs

◆ sgetrs()

pure subroutine la_lapack::getrs::sgetrs ( character, intent(in) trans,
integer(ilp), intent(in) n,
integer(ilp), intent(in) nrhs,
real(sp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
integer(ilp), dimension(*), intent(in) ipiv,
real(sp), dimension(ldb,*), intent(inout) b,
integer(ilp), intent(in) ldb,
integer(ilp), intent(out) info )
Here is the call graph for this function:

◆ zgetrs()

pure subroutine la_lapack::getrs::zgetrs ( character, intent(in) trans,
integer(ilp), intent(in) n,
integer(ilp), intent(in) nrhs,
complex(dp), dimension(lda,*), intent(in) a,
integer(ilp), intent(in) lda,
integer(ilp), dimension(*), intent(in) ipiv,
complex(dp), dimension(ldb,*), intent(inout) b,
integer(ilp), intent(in) ldb,
integer(ilp), intent(out) info )
Here is the call graph for this function:

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