SourcePro® 2024.1 |
SourcePro® API Reference Guide |
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... | |
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.
Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |