SourcePro® 2023.1 |
SourcePro® API Reference Guide |
The server for the root-free QR method of computing eigenvalues. More...
#include <rw/lapack/heigsrv.h>
Public Member Functions | |
RWHermRFQREigServer () | |
virtual bool | computeEigenVectors () const |
virtual RWSymEigDecomp< double > | decompose (const RWTriDiagDecomp< TypeT > &A) |
Public Member Functions inherited from RWHermEigServer< TypeT > | |
virtual RWHermEigDecomp< TypeT > | operator() (const RWHermMat< TypeT > &A) |
virtual RWHermEigDecomp< TypeT > | operator() (const RWHermBandMat< TypeT > &A) |
The class RWHermRFQREigServer is the server for the root-free QR method of computing eigenvalues. This method computes all the eigenvalues and no eigenvectors.
RWHermRFQREigServer< TypeT >::RWHermRFQREigServer | ( | ) |
Constructs a server.
|
virtual |
Always returns false
, since this server can not compute eigenvectors.
Implements RWHermEigServer< TypeT >.
|
virtual |
Computes the eigenvalue decomposition of the tridiagonal matrix inside the tridiagonal decomposition.
Implements RWHermEigServer< TypeT >.
Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |