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