#include <ArnoldiOp.h>
Public Member Functions | |
template<typename Arg1 , typename Arg2 > | |
void | adjoint_product (const Arg1 &x, const Arg2 &y, Eigen::Ref< Vector > res) const |
ArnoldiOp (ArnoldiOp &&other) | |
ArnoldiOp (const OpType &op, const BOpType &Bop) | |
template<typename Arg1 , typename Arg2 > | |
Scalar | inner_product (const Arg1 &x, const Arg2 &y) const |
template<typename Arg > | |
RealScalar | norm (const Arg &x) const |
void | perform_op (const Scalar *x_in, Scalar *y_out) const |
Index | rows () const |
Private Types | |
using | Index = Eigen::Index |
using | RealScalar = typename Eigen::NumTraits< Scalar >::Real |
using | Vector = Eigen::Matrix< Scalar, Eigen::Dynamic, 1 > |
Private Attributes | |
const BOpType & | m_Bop |
Vector | m_cache |
const OpType & | m_op |
Operators used in the Arnoldi factorization.
Definition at line 33 of file ArnoldiOp.h.
|
private |
Definition at line 38 of file ArnoldiOp.h.
|
private |
Definition at line 37 of file ArnoldiOp.h.
|
private |
Definition at line 39 of file ArnoldiOp.h.
|
inline |
Definition at line 46 of file ArnoldiOp.h.
|
inline |
Definition at line 51 of file ArnoldiOp.h.
|
inline |
Definition at line 75 of file ArnoldiOp.h.
|
inline |
Definition at line 66 of file ArnoldiOp.h.
|
inline |
Definition at line 83 of file ArnoldiOp.h.
|
inline |
Definition at line 91 of file ArnoldiOp.h.
|
inline |
Definition at line 58 of file ArnoldiOp.h.
|
private |
Definition at line 42 of file ArnoldiOp.h.
|
mutableprivate |
Definition at line 43 of file ArnoldiOp.h.
|
private |
Definition at line 41 of file ArnoldiOp.h.