Public Member Functions |
|
| cMatrix (int, int) |
|
| cMatrix (int, int, double **) |
|
| cMatrix (const cMatrix &) |
|
| cMatrix (const sSclMat &) |
|
| cMatrix (const sAddMat &) |
|
| cMatrix (const sSubMat &) |
|
| cMatrix (const sMulMat &) |
|
int | NRow (void) |
|
int | NCol (void) |
|
double ** | Val (void) |
|
void | Print (void) |
|
double * | operator[] (int i) |
|
double & | operator() (int i, int j) |
|
cMatrix & | operator= (const cMatrix &) |
|
cMatrix & | operator= (const sSclMat &) |
|
cMatrix & | operator= (const sAddMat &) |
|
cMatrix & | operator= (const sSubMat &) |
|
cMatrix & | operator= (const sMulMat &) |
|
void | operator+= (const cMatrix &) |
|
void | operator-= (const cMatrix &) |
|
| cMatrix (int, int) |
|
| cMatrix (int, int, double **) |
|
| cMatrix (const cMatrix &) |
|
| cMatrix (const sSclMat &) |
|
| cMatrix (const sAddMat &) |
|
| cMatrix (const sSubMat &) |
|
| cMatrix (const sMulMat &) |
|
int | NRow (void) |
|
int | NCol (void) |
|
double ** | Val (void) |
|
void | Print (void) |
|
double * | operator[] (int i) |
|
double & | operator() (int i, int j) |
|
cMatrix & | operator= (const cMatrix &) |
|
cMatrix & | operator= (const sSclMat &) |
|
cMatrix & | operator= (const sAddMat &) |
|
cMatrix & | operator= (const sSubMat &) |
|
cMatrix & | operator= (const sMulMat &) |
|
void | operator+= (const cMatrix &) |
|
void | operator-= (const cMatrix &) |
Friends |
|
class | cVector |
|
void | MultTAcc (double, const cMatrix &, const cVector &, cVector &) |
|
void | MatTripBtCB (const cMatrix &, const cMatrix &, double, cMatrix &) |
|
void | MultTAcc (double, const cMatrix &, const cVector &, cVector &) |
|
void | MatTripBtCB (const cMatrix &, const cMatrix &, double, cMatrix &) |