Class documentation of Concepts

Loading...
Searching...
No Matches
eigensolver::ArpackStdOperatorWrapper< T > Class Template Reference

#include <arpackpp.hh>

Public Member Functions

 ArpackStdOperatorWrapper (concepts::Operator< T > &OP)
 
template<class F >
void multOPx (F *v, F *w)
 

Detailed Description

template<class T>
class eigensolver::ArpackStdOperatorWrapper< T >

Wrapper for general operators and standard eigenproblems

Definition at line 36 of file arpackpp.hh.

Constructor & Destructor Documentation

◆ ArpackStdOperatorWrapper()

template<class T >
eigensolver::ArpackStdOperatorWrapper< T >::ArpackStdOperatorWrapper ( concepts::Operator< T > &  OP)
inline

Constructor for the wrapper

Parameters
OPoperator

Definition at line 43 of file arpackpp.hh.

Member Function Documentation

◆ multOPx()

template<class T >
template<class F >
void eigensolver::ArpackStdOperatorWrapper< T >::multOPx ( F *  v,
F *  w 
)
inline

Applies the operator Op and stores the result.

Parameters
vvector the operator Op is applied to
wvector that stores Op * v

Definition at line 53 of file arpackpp.hh.


The documentation for this class was generated from the following file: