SYTRF_ROOK: computes the factorization of a complex symmetric matrix A using the bounded Bunch-Kaufman ("rook") diagonal pivoting method. The form of the factorization is A = U*D*U**T or A = L*D*L**T where U (or L) is a product of permutation and unit upper (lower) triangular matrices, and D is symmetric and block diagonal with 1-by-1 and 2-by-2 diagonal blocks. This is the blocked version of the algorithm, calling Level 3 BLAS.
More...
|
pure subroutine | csytrf_rook (uplo, n, a, lda, ipiv, work, lwork, info) |
|
| la_csytrf_rook |
|
pure subroutine | dsytrf_rook (uplo, n, a, lda, ipiv, work, lwork, info) |
|
| la_dsytrf_rook |
|
| la_qsytrf_rook |
|
pure subroutine | ssytrf_rook (uplo, n, a, lda, ipiv, work, lwork, info) |
|
| la_ssytrf_rook |
|
| la_wsytrf_rook |
|
pure subroutine | zsytrf_rook (uplo, n, a, lda, ipiv, work, lwork, info) |
|
| la_zsytrf_rook |
|
SYTRF_ROOK: computes the factorization of a complex symmetric matrix A using the bounded Bunch-Kaufman ("rook") diagonal pivoting method. The form of the factorization is A = U*D*U**T or A = L*D*L**T where U (or L) is a product of permutation and unit upper (lower) triangular matrices, and D is symmetric and block diagonal with 1-by-1 and 2-by-2 diagonal blocks. This is the blocked version of the algorithm, calling Level 3 BLAS.
◆ csytrf_rook()
pure subroutine la_lapack::sytrf_rook::csytrf_rook |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(sp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
integer(ilp), dimension(*), intent(out) |
ipiv, |
|
|
complex(sp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(in) |
lwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ dsytrf_rook()
pure subroutine la_lapack::sytrf_rook::dsytrf_rook |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(dp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
integer(ilp), dimension(*), intent(out) |
ipiv, |
|
|
real(dp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(in) |
lwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_csytrf_rook()
la_lapack::sytrf_rook::la_csytrf_rook |
◆ la_dsytrf_rook()
la_lapack::sytrf_rook::la_dsytrf_rook |
◆ la_qsytrf_rook()
la_lapack::sytrf_rook::la_qsytrf_rook |
◆ la_ssytrf_rook()
la_lapack::sytrf_rook::la_ssytrf_rook |
◆ la_wsytrf_rook()
la_lapack::sytrf_rook::la_wsytrf_rook |
◆ la_zsytrf_rook()
la_lapack::sytrf_rook::la_zsytrf_rook |
◆ ssytrf_rook()
pure subroutine la_lapack::sytrf_rook::ssytrf_rook |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
real(sp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
integer(ilp), dimension(*), intent(out) |
ipiv, |
|
|
real(sp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(in) |
lwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ zsytrf_rook()
pure subroutine la_lapack::sytrf_rook::zsytrf_rook |
( |
character, intent(in) |
uplo, |
|
|
integer(ilp), intent(in) |
n, |
|
|
complex(dp), dimension(lda,*), intent(inout) |
a, |
|
|
integer(ilp), intent(in) |
lda, |
|
|
integer(ilp), dimension(*), intent(out) |
ipiv, |
|
|
complex(dp), dimension(*), intent(out) |
work, |
|
|
integer(ilp), intent(in) |
lwork, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
The documentation for this interface was generated from the following file: