#include <Arnoldi.h>

Public Member Functions | |
| Arnoldi (ArnoldiOpType &&op, Index m) | |
| Arnoldi (const ArnoldiOpType &op, Index m) | |
| void | compress_H (const DoubleShiftQR< Scalar > &decomp) |
| void | compress_H (const UpperHessenbergQR< Scalar > &decomp) |
| template<typename Derived > | |
| void | compress_V (const Eigen::MatrixBase< Derived > &Q) |
| RealScalar | 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 |
Protected Member Functions | |
| void | expand_basis (MapConstMat &V, const Index seed, Vector &f, RealScalar &fnorm, Index &op_counter) |
Protected Attributes | |
| RealScalar | m_beta |
| const RealScalar | m_eps = TypeTraits<RealScalar>::epsilon() |
| Vector | m_fac_f |
| Matrix | m_fac_H |
| Matrix | m_fac_V |
| Index | m_k |
| const Index | m_m |
| const Index | m_n |
| const RealScalar | m_near_0 = TypeTraits<RealScalar>::min() * RealScalar(10) |
| ArnoldiOpType | m_op |
Private Types | |
| using | Index = Eigen::Index |
| using | MapConstMat = Eigen::Map< const Matrix > |
| using | MapConstVec = Eigen::Map< const Vector > |
| using | MapVec = Eigen::Map< Vector > |
| using | Matrix = Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > |
| using | RealScalar = typename Eigen::NumTraits< Scalar >::Real |
| using | Vector = Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
inline |
|
inline |
|
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 |