Pure virtual interface for SparseMatrix and DenseMatrix Arpackwrapper. More...
#include <arpackpp.hh>

Public Member Functions | |
| MatrixArpackWrapper () | |
| MatrixArpackWrapper (concepts::Matrix< T > &matrix) | |
| virtual void | multMv (T *v, T *w)=0 |
| virtual int | ncols ()=0 |
| virtual int | nrows ()=0 |
Pure virtual interface for SparseMatrix and DenseMatrix Arpackwrapper.
Definition at line 32 of file arpackpp.hh.
| eigensolver::MatrixArpackWrapper< T >::MatrixArpackWrapper | ( | ) | [inline] |
Definition at line 35 of file arpackpp.hh.
| eigensolver::MatrixArpackWrapper< T >::MatrixArpackWrapper | ( | concepts::Matrix< T > & | matrix | ) |
| virtual void eigensolver::MatrixArpackWrapper< T >::multMv | ( | T * | v, |
| T * | w | ||
| ) | [pure virtual] |
Implemented in eigensolver::SparseMatrixArpackWrapper< T >.
| virtual int eigensolver::MatrixArpackWrapper< T >::ncols | ( | ) | [pure virtual] |
Implemented in eigensolver::SparseMatrixArpackWrapper< T >.
| virtual int eigensolver::MatrixArpackWrapper< T >::nrows | ( | ) | [pure virtual] |
Implemented in eigensolver::SparseMatrixArpackWrapper< T >.