An Wrapper so arpack++ can read concepts::sparse matrices. More...
#include <arpackpp.hh>


Public Member Functions | |
| virtual void | multMv (T *v, T *w) |
| virtual int | ncols () |
| virtual int | nrows () |
| SparseMatrixArpackWrapper (const concepts::SparseMatrix< T > &sparse) | |
Private Attributes | |
| const concepts::SparseMatrix< T > & | sparse_ |
An Wrapper so arpack++ can read concepts::sparse matrices.
Definition at line 84 of file arpackpp.hh.
| eigensolver::SparseMatrixArpackWrapper< T >::SparseMatrixArpackWrapper | ( | const concepts::SparseMatrix< T > & | sparse | ) | [inline] |
Definition at line 87 of file arpackpp.hh.
| virtual void eigensolver::SparseMatrixArpackWrapper< T >::multMv | ( | T * | v, |
| T * | w | ||
| ) | [inline, virtual] |
Implements eigensolver::MatrixArpackWrapper< T >.
Definition at line 99 of file arpackpp.hh.

| virtual int eigensolver::SparseMatrixArpackWrapper< T >::ncols | ( | ) | [inline, virtual] |
Implements eigensolver::MatrixArpackWrapper< T >.
Definition at line 95 of file arpackpp.hh.
| virtual int eigensolver::SparseMatrixArpackWrapper< T >::nrows | ( | ) | [inline, virtual] |
Implements eigensolver::MatrixArpackWrapper< T >.
Definition at line 91 of file arpackpp.hh.
const concepts::SparseMatrix<T>& eigensolver::SparseMatrixArpackWrapper< T >::sparse_ [private] |
Definition at line 104 of file arpackpp.hh.