SourcePro® C++ API Reference Guide

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

Module Description

The Nonsymmetric Eigenvalue Decomposition group provides classes for solving nonsymmetric eigenvalue problems through a number of decompositions and servers in a carefully layered interface. In particular, you can construct and use the Schur and Hessenberg decompositions as easily as the more standard eigenvalue decomposition.

Classes

class  RWEigDecomp< TypeT >
 Encapsulates the eigenvalues and eigenvectors of a nonsymmetric matrix. More...
 
class  RWEigServer< TypeT >
 Abstract base class for the nonsymmetric eigenvalue servers. More...
 
class  RWHessEigServer< TypeT >
 Encapsulates Hessenberg decomposition eigenvalue servers used to construct eigenvalue decomposition objects of type RWEigDecomp from Hessenberg decompositions. More...
 
class  RWHessenbergDecomp< TypeT >
 Encapsulates a Hessenberg decomposition as well as an optional balance transformation. More...
 
class  RWSchurDecomp< TypeT >
 Encapsulates a Schur decomposition as well as an optional balance transformation. More...
 
class  RWSchurEigServer< TypeT >
 Encapsulates Schur decomposition eigenvalue servers used to construct eigenvalue decomposition objects of type RWEigDecomp from Schur decompositions. 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.