SourcePro® 2024.1 |
SourcePro® API Reference Guide |
Abstract base class for the nonsymmetric eigenvalue servers. More...
#include <rw/lapack/eigsrv.h>
Public Member Functions | |
virtual RWEigDecomp< TypeT > | operator() (const RWGenMat< TypeT > &)=0 |
The class RWEigServer is an abstract base class for the nonsymmetric eigenvalue servers. For each precision, the Linear Algebra Module supplies two derived types:
The reason for having a base class for an eigenvalue server is to allow access to the eigenvalue decomposition objects, RWEigDecomp, by the different servers. By making the base class a friend to the decomposition object, then providing protected member functions to access the internals of the RWEigDecomp object, we effectively make all subclasses of RWEigServer friends to the decomposition. This way, servers can be added in the future without changing the decomposition object code.
|
pure virtual |
Creates a decomposition using the server.
Implemented in RWHessEigServer< TypeT >, and RWSchurEigServer< TypeT >.
Copyright © 2024 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved. |