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

HETF2_ROOK: computes the factorization of a complex Hermitian matrix A using the bounded Bunch-Kaufman ("rook") diagonal pivoting method: A = U*D*U**H or A = L*D*L**H where U (or L) is a product of permutation and unit upper (lower) triangular matrices, U**H is the conjugate transpose of U, and D is Hermitian 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...

Public Member Functions

 la_chetf2_rook
 
 la_whetf2_rook
 
 la_zhetf2_rook
 

Detailed Description

HETF2_ROOK: computes the factorization of a complex Hermitian matrix A using the bounded Bunch-Kaufman ("rook") diagonal pivoting method: A = U*D*U**H or A = L*D*L**H where U (or L) is a product of permutation and unit upper (lower) triangular matrices, U**H is the conjugate transpose of U, and D is Hermitian 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.

Member Function/Subroutine Documentation

◆ la_chetf2_rook()

la_lapack::hetf2_rook::la_chetf2_rook

◆ la_whetf2_rook()

la_lapack::hetf2_rook::la_whetf2_rook

◆ la_zhetf2_rook()

la_lapack::hetf2_rook::la_zhetf2_rook

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