#include <SparseMatrix.h>
Public Member Functions | |
| SparseMatrix (void) | |
| SparseMatrix (const int xdim, const int ydim) | |
| ~SparseMatrix (void) | |
| const int | Columns () const |
| const int | Rows () const |
| const int | XDim () const |
| const int | YDim () const |
| int const | NNZ (void) const |
| void | SetValue (const int x, const int y, const T value) |
| T | GetValue (const int x, const int y) |
| T | operator() (const int i, const int j) |
Protected Member Functions | |
| bool | AddCellXStart (matrixCell< T > *c) |
| bool | AddCellYStart (matrixCell< T > *c) |
| T | GetCellXStart (const int x, const int y) |
| T | GetCellYStart (const int x, const int y) |
| bool | DeleteCell (const int x, const int y) |
Protected Attributes | |
| matrixCellStart< T > * | xDimStarts |
| matrixCellStart< T > * | yDimStarts |
| int | ndims |
| int * | dims |
| int | count |
Definition at line 88 of file SparseMatrix.h.
|
||||||||||
|
Definition at line 65 of file SparseMatrix.inl. |
|
||||||||||||||||
|
Definition at line 84 of file SparseMatrix.inl. |
|
||||||||||
|
Definition at line 130 of file SparseMatrix.inl. |
|
||||||||||
|
Definition at line 336 of file SparseMatrix.inl. |
|
||||||||||
|
Definition at line 307 of file SparseMatrix.inl. |
|
|||||||||
|
Definition at line 162 of file SparseMatrix.inl. |
|
||||||||||||||||
|
Definition at line 407 of file SparseMatrix.inl. |
|
||||||||||||||||
|
Definition at line 385 of file SparseMatrix.inl. |
|
||||||||||||||||
|
Definition at line 364 of file SparseMatrix.inl. |
|
||||||||||||||||
|
Definition at line 255 of file SparseMatrix.inl. |
|
||||||||||
|
Definition at line 194 of file SparseMatrix.inl. |
|
||||||||||||||||
|
Definition at line 280 of file SparseMatrix.inl. |
|
|||||||||
|
Definition at line 168 of file SparseMatrix.inl. |
|
||||||||||||||||||||
|
Definition at line 201 of file SparseMatrix.inl. |
|
|||||||||
|
Definition at line 175 of file SparseMatrix.inl. |
|
|||||||||
|
Definition at line 181 of file SparseMatrix.inl. |
|
|||||
|
Definition at line 95 of file SparseMatrix.h. |
|
|||||
|
Definition at line 94 of file SparseMatrix.h. |
|
|||||
|
Definition at line 93 of file SparseMatrix.h. |
|
|||||
|
Definition at line 91 of file SparseMatrix.h. |
|
|||||
|
Definition at line 92 of file SparseMatrix.h. |
1.3.9.1