#include <matrix.h>
Inheritance diagram for sparseMatrix:
Public Member Functions | |
sparseMatrix (TItem, TItem, TItem, goblinController &=goblinDefaultContext) throw () | |
sparseMatrix (goblinMatrix< TItem, TCoeff > &) throw () | |
~sparseMatrix () throw () | |
unsigned long | Allocated () throw () |
unsigned long | Size () throw () |
void | SetCoeff (TItem, TItem, TCoeff) throw (ERRange) |
TCoeff | Coeff (TItem, TItem) const throw (ERRange) |
|
|
|
|
|
|
|
|
|
Implements goblinMatrix. |
|
Implements goblinMatrix. |
|
|