#include <Arnoldi.h>
Public Member Functions | |
Arnoldi (const ArnoldiOpType &op, Index m) | |
void | compress_H (const DoubleShiftQR< Scalar > &decomp) |
void | compress_H (const UpperHessenbergQR< Scalar > &decomp) |
void | compress_V (const Matrix &Q) |
Scalar | f_norm () const |
virtual void | factorize_from (Index from_k, Index to_m, Index &op_counter) |
void | init (MapConstVec &v0, Index &op_counter) |
const Matrix & | matrix_H () const |
const Matrix & | matrix_V () const |
Index | subspace_dim () const |
const Vector & | vector_f () const |
virtual | ~Arnoldi () |
Protected Member Functions | |
void | expand_basis (MapConstMat &V, const Index seed, Vector &f, Scalar &fnorm) |
Protected Attributes | |
Scalar | m_beta |
const Scalar | m_eps |
Vector | m_fac_f |
Matrix | m_fac_H |
Matrix | m_fac_V |
Index | m_k |
const Index | m_m |
const Index | m_n |
const Scalar | m_near_0 |
ArnoldiOpType | m_op |
Private Types | |
typedef Eigen::Index | Index |
typedef Eigen::Map< const Matrix > | MapConstMat |
typedef Eigen::Map< const Vector > | MapConstVec |
typedef Eigen::Map< Matrix > | MapMat |
typedef Eigen::Map< Vector > | MapVec |
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > | Matrix |
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > | Vector |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
inline |
|
inlinevirtual |
|
inline |
|
inline |
|
inline |
|
inlineprotected |
|
inline |
|
inlinevirtual |
Reimplemented in Spectra::Lanczos< Scalar, ArnoldiOpType >.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |