|
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 |