Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Linear Algebra Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWSymEigServer<T>, RWHermEigServer<T>

Module:  Linear Algebra   Group:  Symmetric Eigenvalue Decomposition classes


Does not inherit

Local Index

Members

Synopsis

#include <rw/lapack/seigsrv.h>
#include <rw/lapack/heigsrv.h>

RWSymEigServer<double> server;
RWSymEigDecomp<double> eig = server(A);  // A is a
// RWSymMat<double>

Description

The classes RWSymEigServer<T> and RWHermEigServer<T> are abstract base classes for the symmetric and Hermitian eigenvalue servers, respectively. For each precision, the Linear Algebra Module provides several derived types:

These base classes serve two purposes:

The common implementation includes a set of protected routines to modify a given RWSymEigDecomp<T> or RWHermEigDecomp<T> object. This way, all server classes, including any that you write, can access the internals of the decomposition object without being explicitly listed as friend classes.

Example

See the specific server subclasses for examples.

Public Member Functions

virtual bool
RWSymEigServer<T>::computeEigenVectors() const;
virtual FloatSymEigDecomp
RWSymEigServer<float>::decompose
(const RWSymTriDiagDecomp<float>& A) const =0; virtual DoubleSymEigDecomp RWSymEigServer<double>::decompose
(const RWSymTriDiagDecomp<double>& A) const =0; virtual DoubleSymEigDecomp RWSymEigServer<DComplex>::decompose
(const RWSymTriDiagDecomp<double>& A) const =0;

Public Member Operators

virtual RWSymEigDecomp<T>  RWSymEigServer<T>::operator()
(const RWSymMat<T>& A) const; virtual RWSymEigDecomp<T> RWSymEigServer<T>::operator()
(const RWSymBandMat<T>& A) const;


Previous fileTop of DocumentContentsIndex pageNext file

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