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

RWSymRFQREigServer<T>, RWHermRFQREigServer<T>

Module:  Linear Algebra   Group:  Symmetric Eigenvalue Decomposition classes


Does not inherit

Local Index

Members

Synopsis

#include <rw/lapack/seigsrv.h>

RWSymRFQREigServer<double> server;
RWSymEigDecomp<double> eig = server(A);    // A is a
// RWSymBandMat<double> #include <rw/lapack/heigsrv.h> RWHermRFQREigServer<double> server; RWHermEigDecomp<double> eig = server(A); // A is a
// RWSymBandMat<DComplex>

Description

The classes RWSymRFQREigServer<T> and RWHermRFQREigServer<T> are the servers for the root-free QR method of computing eigenvalues. This method computes all the eigenvalues and no eigenvectors.

Example

Public Constructors

RWSymRFQREigServer();
RWHermRFQREigServer();

Public Member Functions

bool
RWSymRFQREigServer<T>::computeEigenVectors() const;
bool
RWHermRFQREigServer<DComplex>::computeEigenVectors()
                                             const;
RWSymEigDecomp<T>
RWSymRFQREigServer<T>::decompose
(const RWSymTriDiagDecomp<T>& A) const RWSymEigDecomp<double> RWHermRFQREigServer<DComplex>::decompose
(const RWSymTriDiagDecomp<double>& A) const

Public Member Operators

RWSymEigDecomp<T>     
RWSymRFQREigServer<T>::operator()
(const RWSymMat<T>& A) const; RWSymEigDecomp<T> RWSymRFQREigServer<T>::operator()
(const RWSymBandMat<T>& A) const; RWHermEigDecomp<DComplex> RWHermRFQREigServer<DComplex>::operator()
(const RWHermMat<DComplex>& A) const; RWHermEigDecomp<DComplex> RWHermRFQREigServer<DComplex>::operator()
(const RWHermBandMat<DComplex>& 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.