#include <matrix.h>
Inheritance diagram for goblinMatrix:

| Public Member Functions | |
| goblinMatrix (TItem, TItem) throw () | |
| ~goblinMatrix () throw () | |
| unsigned long | Allocated () const throw () | 
| char * | Display () const throw () | 
| TItem | K () const throw () | 
| TItem | L () const throw () | 
| void | Transpose () throw () | 
| virtual void | SetCoeff (TItem, TItem, TCoeff)=0 throw (ERRange) | 
| virtual TCoeff | Coeff (TItem, TItem) const =0 throw (ERRange) | 
| void | Add (goblinMatrix &) throw (ERRange) | 
| void | Sum (goblinMatrix &, goblinMatrix &) throw (ERRange) | 
| void | Product (goblinMatrix &, goblinMatrix &) throw (ERRange) | 
| void | GaussElim (goblinMatrix &, TFloat=0) throw (ERRange,ERRejected) | 
| Protected Attributes | |
| TItem | k | 
| TItem | l | 
| bool | transp | 
| 
 | ||||||||||||
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 Reimplemented from managedObject. Reimplemented in denseMatrix, and denseMatrix< TIndex, TFloat >. | 
| 
 | ||||||||||||
| 
 Implemented in denseMatrix, and sparseMatrix. | 
| 
 | 
| Unconditional display of data objects. 
 Reimplemented from managedObject. | 
| 
 | ||||||||||||
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | ||||||||||||
| 
 | 
| 
 | ||||||||||||||||
| 
 Implemented in denseMatrix, and sparseMatrix. | 
| 
 | ||||||||||||
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 | 
| 
 |