Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
eigensolver::SparseMatrixArpackWrapper< T > Class Template Reference

An Wrapper so arpack++ can read concepts::sparse matrices. More...

#include <arpackpp.hh>

Inheritance diagram for eigensolver::SparseMatrixArpackWrapper< T >:
Inheritance graph
[legend]
Collaboration diagram for eigensolver::SparseMatrixArpackWrapper< T >:
Collaboration graph
[legend]

List of all members.

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_

Detailed Description

template<class T>
class eigensolver::SparseMatrixArpackWrapper< T >

An Wrapper so arpack++ can read concepts::sparse matrices.

Definition at line 84 of file arpackpp.hh.


Constructor & Destructor Documentation

template<class T >
eigensolver::SparseMatrixArpackWrapper< T >::SparseMatrixArpackWrapper ( const concepts::SparseMatrix< T > &  sparse) [inline]

Definition at line 87 of file arpackpp.hh.


Member Function Documentation

template<class T >
virtual void eigensolver::SparseMatrixArpackWrapper< T >::multMv ( T *  v,
T *  w 
) [inline, virtual]

Implements eigensolver::MatrixArpackWrapper< T >.

Definition at line 99 of file arpackpp.hh.

Here is the call graph for this function:

template<class T >
virtual int eigensolver::SparseMatrixArpackWrapper< T >::ncols ( ) [inline, virtual]

Implements eigensolver::MatrixArpackWrapper< T >.

Definition at line 95 of file arpackpp.hh.

template<class T >
virtual int eigensolver::SparseMatrixArpackWrapper< T >::nrows ( ) [inline, virtual]

Implements eigensolver::MatrixArpackWrapper< T >.

Definition at line 91 of file arpackpp.hh.


Member Data Documentation

template<class T >
const concepts::SparseMatrix<T>& eigensolver::SparseMatrixArpackWrapper< T >::sparse_ [private]

Definition at line 104 of file arpackpp.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)