#include <SparseMatrix.h>
Inheritance diagram for SparseMatrix:
Public Methods | |
SparseMatrix (int nRows, int nCols) | |
virtual void | OrderElements ()=0 |
virtual bool | AddElement (int row, int col, int value)=0 |
virtual bool | RightVectorMultiply (double *colVector, int length)=0 |
virtual | ~SparseMatrix () |
Protected Attributes | |
int | nRows |
int | nCols |
|
Definition at line 11 of file SparseMatrix.cpp. |
|
Definition at line 17 of file SparseMatrix.cpp. |
|
Implemented in RowColumnSparseMatrix. |
|
Implemented in RowColumnSparseMatrix. |
|
Implemented in RowColumnSparseMatrix. |
|
Definition at line 25 of file SparseMatrix.h. Referenced by RowColumnSparseMatrix::RightVectorMultiply, and SparseMatrix. |
|
Definition at line 25 of file SparseMatrix.h. Referenced by SparseMatrix. |