|
Robot Simulator of the Robotics Group for Self-Organization of Control
0.8.0
|
sparse matrix which uses an HashTable first (fast implemented) version More...
#include <sparsematrix.h>


Public Member Functions | |
| SparseMatrix (I m, I n) | |
| virtual | ~SparseMatrix () |
| virtual D | val (I row, I column) const |
| virtual D & | val (I row, I column) |
| virtual I | getM () |
| virtual I | getN () |
Public Member Functions inherited from SparseArray< I, D > | |
| SparseArray (I arraySize) | |
| virtual | ~SparseArray () |
| virtual void | reallocate (I arraySize) |
| virtual I | size () |
| ArrayElement & | operator[] (const I index) |
| virtual long | getRealSize () |
| sets the data (row-wise). More... | |
Protected Attributes | |
| I | m |
| I | n |
Protected Attributes inherited from SparseArray< I, D > | |
| ArrayElement | elementDummy |
| I | arraySize |
| set of all array values More... | |
| HashMap< I, D * > * | hashData |
Additional Inherited Members | |
Protected Member Functions inherited from SparseArray< I, D > | |
| virtual void | allocate () |
| virtual void | freeData () |
sparse matrix which uses an HashTable first (fast implemented) version
|
inline |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
protected |
|
protected |