|
|
| MeshCard i | i |
[protected]
| MeshCard j | j |
[protected]
| long size | size |
[protected]
| double* a | a |
[protected]
| FullMatrix (MeshCard i,MeshCard j,const double initval = 0.0)
| FullMatrix |
| FullMatrix (MeshCard i,MeshCard j,const VectornD *columns)
| FullMatrix |
| FullMatrix (const FullMatrix &m)
| FullMatrix |
| ~FullMatrix (void)
| ~FullMatrix |
[virtual]
| FullMatrix & operator = (const FullMatrix &x)
| operator = |
| MeshBool operator == (const FullMatrix &x)
| operator == |
[const]
| MeshBool operator != (const FullMatrix &x)
| operator != |
[const]
| operator MeshBool ()
| MeshBool |
| MeshCard lines (void)
| lines |
[const]
| MeshCard cols (void)
| cols |
[const]
| FullMatrix operator ~ (void)
| ~ |
[const]
| FullMatrix operator + (const FullMatrix &v)
| operator + |
[const]
| FullMatrix operator - (const FullMatrix &v)
| operator - |
[const]
| FullMatrix operator * (const FullMatrix &v)
| operator * |
[const]
| FullMatrix operator * (double alpha)
| operator * |
[const]
| FullMatrix operator / (double alpha)
| operator / |
[const]
| FullMatrix & operator *= (double alpha)
| operator *= |
| FullMatrix & operator /= (double alpha)
| operator /= |
| FullMatrix & operator += (const FullMatrix &)
| operator += |
| FullMatrix & operator -= (const FullMatrix &)
| operator -= |
| VectornD operator * (const VectornD &)
| operator * |
[const]
| double operator() (MeshCard, MeshCard)
| operator() |
[const]
| double & operator() (MeshCard, MeshCard)
| operator() |
| double * operator[] (MeshCard i)
| operator[] |
| FullMatrix submat (MeshCard i,MeshCard j,MeshCard di,MeshCard dj)
| submat |
| void lxpgaly (double alpha,MeshCard ln_x,MeshCard ln_y)
| lxpgaly |
| void rotl (double c,double s,MeshCard ln_x,MeshCard ln_y)
| rotl |
| void multl (double alpha,MeshCard ln)
| multl |
| void swapl (MeshCard ln_1,MeshCard ln_2)
| swapl |
| void cxpgacy (double alpha,MeshCard cl_x,MeshCard cl_y)
| cxpgacy |
| void rotc (double c,double s,MeshCard cl_x,MeshCard cl_y)
| rotc |
| void multc (double alpha,MeshCard col)
| multc |
| void swapc (MeshCard cl_1,MeshCard cl_2)
| swapc |
| friend FullMatrix operator * (double alpha,const FullMatrix &)
| operator * |
| friend ostream & operator << (ostream &o, const FullMatrix &x)
| operator << |
| friend istream & operator >> (istream &i, FullMatrix &x)
| operator >> |
| static double output_precision | output_precision |
| inline MeshCard lines (void)
| lines |
[const]
| inline MeshCard cols (void)
| cols |
[const]
| Generated by: benny@okidoki on Thu Jun 21 10:41:51 2001, using kdoc 2.0a53. |