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

HBGST: reduces a complex Hermitian-definite banded generalized eigenproblem A*x = lambda*B*x to standard form C*y = lambda*y, such that C has the same bandwidth as A. B must have been previously factorized as S**H*S by CPBSTF, using a split Cholesky factorization. A is overwritten by C = X**H*A*X, where X = S**(-1)*Q and Q is a unitary matrix chosen to preserve the bandwidth of A. More...

Public Member Functions

 la_chbgst
 
 la_whbgst
 
 la_zhbgst
 

Detailed Description

HBGST: reduces a complex Hermitian-definite banded generalized eigenproblem A*x = lambda*B*x to standard form C*y = lambda*y, such that C has the same bandwidth as A. B must have been previously factorized as S**H*S by CPBSTF, using a split Cholesky factorization. A is overwritten by C = X**H*A*X, where X = S**(-1)*Q and Q is a unitary matrix chosen to preserve the bandwidth of A.

Member Function/Subroutine Documentation

◆ la_chbgst()

la_lapack::hbgst::la_chbgst

◆ la_whbgst()

la_lapack::hbgst::la_whbgst

◆ la_zhbgst()

la_lapack::hbgst::la_zhbgst

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