#include <ArnoldiOp.h>
Public Member Functions | |
ArnoldiOp (OpType *op, BOpType *Bop) | |
template<typename Arg1 , typename Arg2 > | |
Scalar | inner_product (const Arg1 &x, const Arg2 &y) |
template<typename Arg > | |
Scalar | norm (const Arg &x) |
void | perform_op (const Scalar *x_in, Scalar *y_out) |
Index | rows () const |
template<typename Arg1 , typename Arg2 > | |
void | trans_product (const Arg1 &x, const Arg2 &y, Eigen::Ref< Vector > res) |
Private Types | |
typedef Eigen::Index | Index |
typedef Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > | Vector |
Private Attributes | |
BOpType & | m_Bop |
Vector | m_cache |
OpType & | m_op |
Operators used in the Arnoldi factorization.
Definition at line 32 of file ArnoldiOp.h.
|
private |
Definition at line 35 of file ArnoldiOp.h.
|
private |
Definition at line 36 of file ArnoldiOp.h.
|
inline |
Definition at line 43 of file ArnoldiOp.h.
|
inline |
Definition at line 55 of file ArnoldiOp.h.
|
inline |
Definition at line 72 of file ArnoldiOp.h.
|
inline |
Definition at line 79 of file ArnoldiOp.h.
|
inline |
Definition at line 47 of file ArnoldiOp.h.
|
inline |
Definition at line 64 of file ArnoldiOp.h.
|
private |
Definition at line 39 of file ArnoldiOp.h.
|
private |
Definition at line 40 of file ArnoldiOp.h.
|
private |
Definition at line 38 of file ArnoldiOp.h.