HETRS2: 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 and converted by CSYCONV.
More...
|
pure subroutine | chetrs2 (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, info) |
|
| la_chetrs2 |
|
| la_whetrs2 |
|
pure subroutine | zhetrs2 (uplo, n, nrhs, a, lda, ipiv, b, ldb, work, info) |
|
| la_zhetrs2 |
|
HETRS2: 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 and converted by CSYCONV.
◆ chetrs2()
pure subroutine la_lapack::hetrs2::chetrs2 |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
nrhs, |
|
|
complex(sp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
integer(ilp), dimension(*), intent(in) |
ipiv, |
|
|
complex(sp), dimension(ldb,*), intent(inout) |
b, |
|
|
integer(ilp), intent(in) |
ldb, |
|
|
complex(sp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_chetrs2()
la_lapack::hetrs2::la_chetrs2 |
◆ la_whetrs2()
la_lapack::hetrs2::la_whetrs2 |
◆ la_zhetrs2()
la_lapack::hetrs2::la_zhetrs2 |
◆ zhetrs2()
pure subroutine la_lapack::hetrs2::zhetrs2 |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
integer(ilp), intent(in) |
nrhs, |
|
|
complex(dp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
integer(ilp), dimension(*), intent(in) |
ipiv, |
|
|
complex(dp), dimension(ldb,*), intent(inout) |
b, |
|
|
integer(ilp), intent(in) |
ldb, |
|
|
complex(dp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
The documentation for this interface was generated from the following file: