Purely virtual class providing methods and instances for its child classes EasyArPackppStd, EasyArPackppGen and EasyArPackppSymGen. More...
#include <easyArpackpp.hh>
Public Member Functions | |
EasyArPackpp () | |
Default constructor. | |
virtual | ~EasyArPackpp () |
Empty destructor. | |
virtual EigenSolver< T > * | getSolver ()=0 |
Pure virtual method for getting the generated solver. | |
Protected Attributes | |
int | dim_ |
Dimension of the space. | |
Purely virtual class providing methods and instances for its child classes EasyArPackppStd, EasyArPackppGen and EasyArPackppSymGen.
Definition at line 29 of file easyArpackpp.hh.
|
inline |
Default constructor.
Definition at line 33 of file easyArpackpp.hh.
|
inlinevirtual |
Empty destructor.
Definition at line 38 of file easyArpackpp.hh.
|
pure virtual |
Pure virtual method for getting the generated solver.
Implemented in eigensolver::EasyArPackppStd< F, G, H >, eigensolver::EasyArPackppGen< F, G, H >, and eigensolver::EasyArPackppSymGen.
|
protected |
Dimension of the space.
Definition at line 47 of file easyArpackpp.hh.