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