fortran-lapack
Loading...
Searching...
No Matches
la_lapack::sytf2_rk Interface Reference

SYTF2_RK: computes the factorization of a complex symmetric matrix A using the bounded Bunch-Kaufman (rook) diagonal pivoting method: A = P*U*D*(U**T)*(P**T) or A = P*L*D*(L**T)*(P**T), where U (or L) is unit upper (or lower) triangular matrix, U**T (or L**T) is the transpose of U (or L), P is a permutation matrix, P**T is the transpose of P, 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. For more information see Further Details section. More...

Public Member Functions

pure subroutine csytf2_rk (uplo, n, a, lda, e, ipiv, info)
 
 la_csytf2_rk
 
pure subroutine dsytf2_rk (uplo, n, a, lda, e, ipiv, info)
 
 la_dsytf2_rk
 
 la_qsytf2_rk
 
pure subroutine ssytf2_rk (uplo, n, a, lda, e, ipiv, info)
 
 la_ssytf2_rk
 
 la_wsytf2_rk
 
pure subroutine zsytf2_rk (uplo, n, a, lda, e, ipiv, info)
 
 la_zsytf2_rk
 

Detailed Description

SYTF2_RK: computes the factorization of a complex symmetric matrix A using the bounded Bunch-Kaufman (rook) diagonal pivoting method: A = P*U*D*(U**T)*(P**T) or A = P*L*D*(L**T)*(P**T), where U (or L) is unit upper (or lower) triangular matrix, U**T (or L**T) is the transpose of U (or L), P is a permutation matrix, P**T is the transpose of P, 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. For more information see Further Details section.

Member Function/Subroutine Documentation

◆ csytf2_rk()

pure subroutine la_lapack::sytf2_rk::csytf2_rk ( character, intent(in)  uplo,
integer(ilp), intent(in)  n,
complex(sp), dimension(lda,*), intent(inout)  a,
integer(ilp), intent(in)  lda,
complex(sp), dimension(*), intent(out)  e,
integer(ilp), dimension(*), intent(out)  ipiv,
integer(ilp), intent(out)  info 
)

◆ dsytf2_rk()

pure subroutine la_lapack::sytf2_rk::dsytf2_rk ( character, intent(in)  uplo,
integer(ilp), intent(in)  n,
real(dp), dimension(lda,*), intent(inout)  a,
integer(ilp), intent(in)  lda,
real(dp), dimension(*), intent(out)  e,
integer(ilp), dimension(*), intent(out)  ipiv,
integer(ilp), intent(out)  info 
)

◆ la_csytf2_rk()

la_lapack::sytf2_rk::la_csytf2_rk

◆ la_dsytf2_rk()

la_lapack::sytf2_rk::la_dsytf2_rk

◆ la_qsytf2_rk()

la_lapack::sytf2_rk::la_qsytf2_rk

◆ la_ssytf2_rk()

la_lapack::sytf2_rk::la_ssytf2_rk

◆ la_wsytf2_rk()

la_lapack::sytf2_rk::la_wsytf2_rk

◆ la_zsytf2_rk()

la_lapack::sytf2_rk::la_zsytf2_rk

◆ ssytf2_rk()

pure subroutine la_lapack::sytf2_rk::ssytf2_rk ( character, intent(in)  uplo,
integer(ilp), intent(in)  n,
real(sp), dimension(lda,*), intent(inout)  a,
integer(ilp), intent(in)  lda,
real(sp), dimension(*), intent(out)  e,
integer(ilp), dimension(*), intent(out)  ipiv,
integer(ilp), intent(out)  info 
)

◆ zsytf2_rk()

pure subroutine la_lapack::sytf2_rk::zsytf2_rk ( character, intent(in)  uplo,
integer(ilp), intent(in)  n,
complex(dp), dimension(lda,*), intent(inout)  a,
integer(ilp), intent(in)  lda,
complex(dp), dimension(*), intent(out)  e,
integer(ilp), dimension(*), intent(out)  ipiv,
integer(ilp), intent(out)  info 
)

The documentation for this interface was generated from the following file: