rwlogo
SourcePro 11.1

SourcePro® C++ API Reference Guide



   SourcePro C++
Documentation Home

Symmetric Eigenvalue Decomposition
[Linear Algebra Module]

Classes

class  RWHermEigServer< TypeT >
 Abstract base class for the Hermitian eigenvalue server. More...
class  RWHermQREigServer< TypeT >
 The default server for the QR method of computing eigenvalues. More...
class  RWHermPDQREigServer< TypeT >
 The server for the positive definite QR method of computing eigenvalues. More...
class  RWHermRFQREigServer< TypeT >
 The server for the root-free QR method of computing eigenvalues. More...
class  RWHermSomeEigServer< TypeT >
 The Hermitian eigenvalue server class, allowing the computation of a subset of the eigenvalues and (optionally) their corresponding eigenvectors. More...
class  RWHermRangeEigServer< TypeT >
 The Hermitian eigenvalue server class, allowing the computation of only the eigenvalues in a given range and (optionally) their corresponding eigenvectors. More...
class  RWHermEigDecomp< TypeT >
 Encapsulates the eigenvalues and eigenvectors of a Hermitian matrix. More...
class  RWSymEigServer< TypeT >
 Abstract base class for the symmetric eigenvalue server. More...
class  RWSymQREigServer< TypeT >
 Default server for the QR method of computing eigenvalues. More...
class  RWSymPDQREigServer< TypeT >
 Server for the positive definite QR method of computing eigenvalues. More...
class  RWSymRFQREigServer< TypeT >
 Server for the root-free QR method of computing eigenvalues. More...
class  RWSymSomeEigServer< TypeT >
 Server for symmetric eigenvalues that allows the computation of a subset of the eigenvalues and (optionally) their corresponding eigenvectors. More...
class  RWSymRangeEigServer< TypeT >
 Server for symmetric eigenvalues that allows the computation of only the eigenvalues in a given range and (optionally) their corresponding eigenvectors. More...
class  RWSymEigDecomp< TypeT >
 Encapsulates the eigenvalues and eigenvectors of a symmetric matrix. More...
class  RWTriDiagDecomp< TypeT >
 Encapsulates the tridiagonal decomposition of a symmetric matrix. More...

Detailed Description

The Linear Algebra Module provides classes for solving symmetric eigenvalue problems through a number of decompositions and servers in a carefully layered interface.


© 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.
Contact Rogue Wave about documentation or support issues.