#include <arpackpp.hh>
Public Member Functions | |
ArpackStdOperatorWrapper (concepts::Operator< T > &OP) | |
template<class F > | |
void | multOPx (F *v, F *w) |
Wrapper for general operators and standard eigenproblems
Definition at line 36 of file arpackpp.hh.
|
inline |
|
inline |
Applies the operator Op
and stores the result.
v | vector the operator Op is applied to |
w | vector that stores Op * v |
Definition at line 53 of file arpackpp.hh.