SparseMatrix< I, D > Class Template Reference
sparse matrix which uses an HashTable first (fast implemented) version
More...
#include <sparsematrix.h>
Inherits matrix::SparseArray< I, D >.
List of all members.
Detailed Description
template<typename I, typename D>
class matrix::SparseMatrix< I, D >
sparse matrix which uses an HashTable first (fast implemented) version
- Author:
- guettler
Constructor & Destructor Documentation
Member Function Documentation
virtual I getM |
( |
|
) |
[inline, virtual] |
virtual I getN |
( |
|
) |
[inline, virtual] |
virtual D& val |
( |
I |
row, |
|
|
I |
column | |
|
) |
| | [inline, virtual] |
virtual D val |
( |
I |
row, |
|
|
I |
column | |
|
) |
| | const [inline, virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: