|
|
cepMatrix.h
Written By:- Kristy Van Der Vlist Description:- The cepMatrix object contains the matrix data, acessor methods an core mathematical fuctions that need to be preformed on it. ****************************************************************************
| cepMatrix ()
| cepMatrix |
| cepMatrix (int rows, int cols)
| cepMatrix |
| cepMatrix (const cepMatrix & copyMatrix)
| cepMatrix |
| ~cepMatrix ()
| ~cepMatrix |
| const cepMatrix & transpose ()
| transpose |
| const cepMatrix & operator+= (const cepMatrix &)
| operator+= |
| const cepMatrix & operator-= (const cepMatrix &)
| operator-= |
| const cepMatrix & operator*= (const cepMatrix &)
| operator*= |
| const cepMatrix & operator*= (const double &)
| operator*= |
| const cepMatrix & operator= (const cepMatrix &)
| operator= |
| bool operator== (const cepMatrix &)
| operator== |
| bool isDiagonal ()
| isDiagonal |
| double getValue (int row, int col)
| getValue |
| void setValue (int row, int col, double value)
| setValue |
| int getNumRows ()
| getNumRows |
| int getNumCols ()
| getNumCols |
| double * matrix | matrix |
[private]
| int numRows | numRows |
[private]
| int numCols | numCols |
[private]
| Generated by: pob on trillian on Sat Aug 10 17:26:42 2002, using kdoc 2.0a53. |