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

GBTRS: solves a system of linear equations A * X = B, A**T * X = B, or A**H * X = B with a general band matrix A using the LU factorization computed by CGBTRF. More...

Public Member Functions

pure subroutine cgbtrs (trans, n, kl, ku, nrhs, ab, ldab, ipiv, b, ldb, info)
 
 la_cgbtrs
 
pure subroutine dgbtrs (trans, n, kl, ku, nrhs, ab, ldab, ipiv, b, ldb, info)
 
 la_dgbtrs
 
 la_qgbtrs
 
pure subroutine sgbtrs (trans, n, kl, ku, nrhs, ab, ldab, ipiv, b, ldb, info)
 
 la_sgbtrs
 
 la_wgbtrs
 
pure subroutine zgbtrs (trans, n, kl, ku, nrhs, ab, ldab, ipiv, b, ldb, info)
 
 la_zgbtrs
 

Detailed Description

GBTRS: solves a system of linear equations A * X = B, A**T * X = B, or A**H * X = B with a general band matrix A using the LU factorization computed by CGBTRF.

Member Function/Subroutine Documentation

◆ cgbtrs()

pure subroutine la_lapack::gbtrs::cgbtrs ( character, intent(in)  trans,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  kl,
integer(ilp), intent(in)  ku,
integer(ilp), intent(in)  nrhs,
complex(sp), dimension(ldab,*), intent(in)  ab,
integer(ilp), intent(in)  ldab,
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:

◆ dgbtrs()

pure subroutine la_lapack::gbtrs::dgbtrs ( character, intent(in)  trans,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  kl,
integer(ilp), intent(in)  ku,
integer(ilp), intent(in)  nrhs,
real(dp), dimension(ldab,*), intent(in)  ab,
integer(ilp), intent(in)  ldab,
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_cgbtrs()

la_lapack::gbtrs::la_cgbtrs

◆ la_dgbtrs()

la_lapack::gbtrs::la_dgbtrs

◆ la_qgbtrs()

la_lapack::gbtrs::la_qgbtrs

◆ la_sgbtrs()

la_lapack::gbtrs::la_sgbtrs

◆ la_wgbtrs()

la_lapack::gbtrs::la_wgbtrs

◆ la_zgbtrs()

la_lapack::gbtrs::la_zgbtrs

◆ sgbtrs()

pure subroutine la_lapack::gbtrs::sgbtrs ( character, intent(in)  trans,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  kl,
integer(ilp), intent(in)  ku,
integer(ilp), intent(in)  nrhs,
real(sp), dimension(ldab,*), intent(in)  ab,
integer(ilp), intent(in)  ldab,
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:

◆ zgbtrs()

pure subroutine la_lapack::gbtrs::zgbtrs ( character, intent(in)  trans,
integer(ilp), intent(in)  n,
integer(ilp), intent(in)  kl,
integer(ilp), intent(in)  ku,
integer(ilp), intent(in)  nrhs,
complex(dp), dimension(ldab,*), intent(in)  ab,
integer(ilp), intent(in)  ldab,
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: