SourcePro® C++ API Reference Guide

Product Documentation:
   SourcePro C++
Documentation Home
Classes
Symmetric Eigenvalue Decomposition

Module Description

The Symmetric Eigenvalue Decomposition group provides classes for solving symmetric eigenvalue problems through a number of decompositions and servers in a carefully layered interface.

Classes

class  RWHermEigDecomp< TypeT >
 Encapsulates the eigenvalues and eigenvectors of a Hermitian matrix. More...
 
class  RWHermEigServer< TypeT >
 Abstract base class for the Hermitian eigenvalue server. More...
 
class  RWHermPDQREigServer< TypeT >
 The server for the positive definite QR method of computing eigenvalues. More...
 
class  RWHermQREigServer< TypeT >
 The default server for the QR method of computing eigenvalues. 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  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  RWSymEigDecomp< TypeT >
 Encapsulates the eigenvalues and eigenvectors of a symmetric matrix. More...
 
class  RWSymEigServer< TypeT >
 Abstract base class for the symmetric eigenvalue server. More...
 
class  RWSymPDQREigServer< TypeT >
 Server for the positive definite QR method of computing eigenvalues. More...
 
class  RWSymQREigServer< TypeT >
 Default server for the QR method of computing eigenvalues. 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  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  RWTriDiagDecomp< TypeT >
 Encapsulates the tridiagonal decomposition of a symmetric matrix. More...
 

Copyright © 2016 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.