Abstract base class for iterative eigenvalue solvers
![]() | Methods
|
Abstract base class for iterative eigenvalue solvers
virtual int EigPair(int i, double &eigr, double &eigi, HCL_Vector_d *vr, HCL_Vector_d *vi)
eigr - Returns the real part of the ith eigenvalue.
eigi - Returns the imaginary part of the ith eigenvalue.
vr - Returns the real part of the ith eigenvector.
vi - Returns the imaginary part of the ith eigenvector.
virtual int EigPair(int i, double &eigr, HCL_Vector_d *vr )
eigr - Returns the real part of the ith eigenvalue.
vr - Returns the real part of the ith eigenvector.
virtual int Eigenvalue( int i, double &eigr, double &eigi )
eigr - Returns the real part of the ith eigenvalue.
eigi - Returns the imaginary part of the ith eigenvalue.
virtual int Eigenvalue( int i, double &eigr )
eigr - Returns the real part of the ith eigenvalue.
alphabetic index hierarchy of classes
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de