SparseMatrix Class Template Reference

sparse matrix which uses an HashTable first (fast implemented) version More...

#include <sparsematrix.h>

Inherits SparseArray< unsigned int, double >.

Inheritance diagram for SparseMatrix:

Inheritance graph
[legend]
Collaboration diagram for SparseMatrix:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SparseMatrix (I m, I n)
virtual ~SparseMatrix ()
virtual D val (I row, I column) const
virtual Dval (I row, I column)
virtual I getM ()
virtual I getN ()

Protected Attributes

I m
I n

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

SparseMatrix ( I  m,
I  n 
) [inline]

virtual ~SparseMatrix (  )  [inline, virtual]


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

I m [protected]

I n [protected]


The documentation for this class was generated from the following file:
Generated on Fri Oct 30 16:29:04 2009 for Robot Simulator of the Robotics Group for Self-Organization of Control by  doxygen 1.4.7