|
|
double* a | a |
[private]
Matrix33 (double initval = 0.0)
| Matrix33 |
Matrix33 (const Vector3D *columns)
| Matrix33 |
Matrix33 (const Matrix33 &)
| Matrix33 |
~Matrix33 (void)
| ~Matrix33 |
[virtual]
Matrix33 & operator = (const Matrix33 &x)
| operator = |
MeshBool operator == (const Matrix33 &x)
| operator == |
[const]
MeshBool operator != (const Matrix33 &x)
| operator != |
[const]
operator MeshBool ()
| MeshBool |
Matrix33 operator ~ (void)
| ~ |
[const]
Matrix33 operator + (const Matrix33 &v)
| operator + |
[const]
Matrix33 operator - (const Matrix33 &v)
| operator - |
[const]
Matrix33 operator * (const Matrix33 &v)
| operator * |
[const]
Matrix33 operator * (double alpha)
| operator * |
[const]
Matrix33 operator / (double alpha)
| operator / |
[const]
Matrix33 & operator *= (double alpha)
| operator *= |
Matrix33 & operator /= (double alpha)
| operator /= |
Matrix33 & operator += (const Matrix33 &)
| operator += |
Matrix33 & operator -= (const Matrix33 &)
| operator -= |
double determinant (void)
| determinant |
void repcol (MeshCard, Vector3D)
| repcol |
double operator() (MeshCard, MeshCard)
| operator() |
[const]
double & operator() (MeshCard, MeshCard)
| operator() |
double * operator[] (MeshCard i)
| operator[] |
friend Matrix33 operator * (double alpha,const Matrix33 &)
| operator * |
friend ostream & operator << (ostream &o, const Matrix33 &x)
| operator << |
friend istream & operator >> (istream &i, Matrix33 &x)
| operator >> |
friend Vector3D operator * (Matrix33 &, Vector3D &)
| operator * |
static double output_precision | output_precision |
Generated by: benny@okidoki on Thu Jun 21 10:41:51 2001, using kdoc 2.0a53. |