HETRS_ROOK: solves a system of linear equations A*X = B with a complex Hermitian matrix A using the factorization A = U*D*U**H or A = L*D*L**H computed by CHETRF_ROOK.
More...
|
pure subroutine | chetrs_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, info) |
|
| la_chetrs_rook |
|
| la_whetrs_rook |
|
pure subroutine | zhetrs_rook (uplo, n, nrhs, a, lda, ipiv, b, ldb, info) |
|
| la_zhetrs_rook |
|
HETRS_ROOK: solves a system of linear equations A*X = B with a complex Hermitian matrix A using the factorization A = U*D*U**H or A = L*D*L**H computed by CHETRF_ROOK.
◆ chetrs_rook()
pure subroutine la_lapack::hetrs_rook::chetrs_rook |
( |
character, intent(in) |
uplo, |
|
|
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 |
|
) |
| |
◆ la_chetrs_rook()
la_lapack::hetrs_rook::la_chetrs_rook |
◆ la_whetrs_rook()
la_lapack::hetrs_rook::la_whetrs_rook |
◆ la_zhetrs_rook()
la_lapack::hetrs_rook::la_zhetrs_rook |
◆ zhetrs_rook()
pure subroutine la_lapack::hetrs_rook::zhetrs_rook |
( |
character, intent(in) |
uplo, |
|
|
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: