SYTF2_ROOK: computes the factorization of a complex symmetric matrix A using the bounded Bunch-Kaufman ("rook") diagonal pivoting method: 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, U**T is the transpose of U, and D is symmetric and block diagonal with 1-by-1 and 2-by-2 diagonal blocks. This is the unblocked version of the algorithm, calling Level 2 BLAS.
More...
|
pure subroutine | csytf2_rook (uplo, n, a, lda, ipiv, info) |
|
| la_csytf2_rook |
|
pure subroutine | dsytf2_rook (uplo, n, a, lda, ipiv, info) |
|
| la_dsytf2_rook |
|
| la_qsytf2_rook |
|
pure subroutine | ssytf2_rook (uplo, n, a, lda, ipiv, info) |
|
| la_ssytf2_rook |
|
| la_wsytf2_rook |
|
pure subroutine | zsytf2_rook (uplo, n, a, lda, ipiv, info) |
|
| la_zsytf2_rook |
|
SYTF2_ROOK: computes the factorization of a complex symmetric matrix A using the bounded Bunch-Kaufman ("rook") diagonal pivoting method: 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, U**T is the transpose of U, and D is symmetric and block diagonal with 1-by-1 and 2-by-2 diagonal blocks. This is the unblocked version of the algorithm, calling Level 2 BLAS.
◆ csytf2_rook()
pure subroutine la_lapack::sytf2_rook::csytf2_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, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ dsytf2_rook()
pure subroutine la_lapack::sytf2_rook::dsytf2_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, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ la_csytf2_rook()
la_lapack::sytf2_rook::la_csytf2_rook |
◆ la_dsytf2_rook()
la_lapack::sytf2_rook::la_dsytf2_rook |
◆ la_qsytf2_rook()
la_lapack::sytf2_rook::la_qsytf2_rook |
◆ la_ssytf2_rook()
la_lapack::sytf2_rook::la_ssytf2_rook |
◆ la_wsytf2_rook()
la_lapack::sytf2_rook::la_wsytf2_rook |
◆ la_zsytf2_rook()
la_lapack::sytf2_rook::la_zsytf2_rook |
◆ ssytf2_rook()
pure subroutine la_lapack::sytf2_rook::ssytf2_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, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
◆ zsytf2_rook()
pure subroutine la_lapack::sytf2_rook::zsytf2_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, |
|
|
integer(ilp), intent(out) |
info |
|
) |
| |
The documentation for this interface was generated from the following file: