#include <RowColumnSparseMatrix.h>
Public Methods | |
MatrixElement (int row, int col, int value) | |
virtual | ~MatrixElement () |
int | GetRow () const |
int | GetCol () const |
double | GetValue () const |
Private Attributes | |
int | row |
int | col |
double | value |
|
Definition at line 32 of file RowColumnSparseMatrix.h. |
|
Definition at line 38 of file RowColumnSparseMatrix.h. |
|
Definition at line 40 of file RowColumnSparseMatrix.h. References col. |
|
Definition at line 39 of file RowColumnSparseMatrix.h. References row. |
|
Definition at line 41 of file RowColumnSparseMatrix.h. References value. |
|
Definition at line 54 of file RowColumnSparseMatrix.h. Referenced by GetCol, and MatrixElement. |
|
Definition at line 54 of file RowColumnSparseMatrix.h. Referenced by GetRow, and MatrixElement. |
|
Definition at line 55 of file RowColumnSparseMatrix.h. Referenced by GetValue, and MatrixElement. |