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...
|
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 |
|
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.
◆ 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 |
|
) |
| |
◆ 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 |
|
) |
| |
◆ 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 |
|
) |
| |
◆ 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 |
|
) |
| |
The documentation for this interface was generated from the following file: