dSMatrix[ deal | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
| public: | |
| void | reinit(); |
| dSMatrix(dSMatrixStruct& c) ; | |
| ~dSMatrix() ; | |
| int | m() const ; |
| int | n() const ; |
| void | set(int i,int j,double value) ; |
| void | add(int i,int j,double value) ; |
| void | vmult (dVector& dst,const dVector& src,int adding ); |
| void | Tvmult(dVector& dst,const dVector& src,int adding ); |
| double | residual (dVector& dst,const dVector& x,const dVector& b); |
| void | SSOR_precond(dVector& dst,const dVector& src,double om ); |
| void | SOR_precond(dVector& dst,const dVector& src,double om ); |
| void | SSOR(dVector& dst,double om ); |
| void | SOR(dVector& dst,double om ); |
| void | precondition(dVector& dst,const dVector& src) ; |
| protected: |
Back to the top of dSMatrix
void reinit();
Back to the top of dSMatrix
dSMatrix(dSMatrixStruct& c)
;
Function is currently defined inline.
Back to the top of dSMatrix
~dSMatrix()
;
Function is currently defined inline.
Back to the top of dSMatrix
int m() const ;
Function is currently defined inline.
Back to the top of dSMatrix
int n() const ;
Function is currently defined inline.
Back to the top of dSMatrix
void set(int i,int j,double value) ;
void set(int i,int j,double value) ;
Function is currently defined inline.
Back to the top of dSMatrix
void add(int i,int j,double value) ;
void add(int i,int j,double value) ;
Function is currently defined inline.
Back to the top of dSMatrix
void vmult (dVector& dst,const dVector& src,int adding );
void vmult (dVector& dst,const dVector& src,int adding=0);
Back to the top of dSMatrix
void Tvmult(dVector& dst,const dVector& src,int adding );
void Tvmult(dVector& dst,const dVector& src,int adding=0);
Back to the top of dSMatrix
double residual (dVector& dst,const dVector& x,const dVector& b);
double residual (dVector& dst,const dVector& x,const dVector& b);
Back to the top of dSMatrix
void SSOR_precond(dVector& dst,const dVector& src,double om );
void SSOR_precond(dVector& dst,const dVector& src,double om = 1.);
Back to the top of dSMatrix
void SOR_precond(dVector& dst,const dVector& src,double om );
void SOR_precond(dVector& dst,const dVector& src,double om = 1.);
Back to the top of dSMatrix
void SSOR(dVector& dst,double om );
void SSOR(dVector& dst,double om = 1.);
Back to the top of dSMatrix
void SOR(dVector& dst,double om );
void SOR(dVector& dst,double om = 1.);
Back to the top of dSMatrix
void precondition(dVector& dst,const dVector& src) ;
void precondition(dVector& dst,const dVector& src) ;
Function is currently defined inline.
Back to the top of dSMatrix
| public: | ||
|---|---|---|
| void | reinit(); | |
| int | m() const ; | |
| int | n() const ; | |
| void | set(int i,int j,double value) ; | |
| void | add(int i,int j,double value) ; | |
| void | vmult (dVector& dst,const dVector& src,int adding ); | |
| void | Tvmult(dVector& dst,const dVector& src,int adding ); | |
| double | residual (dVector& dst,const dVector& x,const dVector& b); | |
| void | SSOR_precond(dVector& dst,const dVector& src,double om ); | |
| void | SOR_precond(dVector& dst,const dVector& src,double om ); | |
| void | SSOR(dVector& dst,double om ); | |
| void | SOR(dVector& dst,double om ); | |
| void | precondition(dVector& dst,const dVector& src) ; | |
| protected: | ||
Back to the top of dSMatrix
Back to the top of dSMatrix
Back to the top of dSMatrix
Report problems to jkotula@vitalimages.com