![]() SourcePro C++ 12.5 |
SourcePro® C++ API Reference Guide |
Product Documentation: SourcePro C++ Documentation Home |
The default server for the QR method of computing eigenvalues. More...
#include <rw/lapack/heigsrv.h>
Public Member Functions | |
| RWHermQREigServer (bool computeVecs=true) | |
| virtual bool | computeEigenVectors () const |
| void | computeEigenVectors (bool computeVecs) |
| 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 RWHermQREigServer<T> is the server for the QR method of computing eigenvalues. This is the default server.
| RWHermQREigServer< TypeT >::RWHermQREigServer | ( | bool | computeVecs = true | ) |
Constructs a server. The parameter indicates whether this server should be configured to compute eigenvectors as well as eigenvalues.
|
virtual |
Returns true if this server is configured to compute eigenvectors as well as eigenvalues.
Implements RWHermEigServer< TypeT >.
| void RWHermQREigServer< TypeT >::computeEigenVectors | ( | bool | computeVecs | ) |
Sets whether or not the server should compute eigenvectors as well as eigenvalues.
|
virtual |
Computes the eigenvalue decomposition of the tridiagonal matrix inside the tridiagonal decomposition.
Implements RWHermEigServer< TypeT >.
© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Provide feedback to Rogue Wave about its documentation.