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