All class functions are defined inline.
[ deal | Source | Keywords | Summary | Ancestors | All Members | Descendants ]
public: | |
dEMatrix(int m, int n, Triangulation& t) ; | |
dEMatrix(int n, Triangulation& t) ; | |
void | reinit(int n) ; |
void | reinit(int m, int n) ; |
int | m() const ; |
int | n() const ; |
void | vmult(VECTOR& dst, const VECTOR& src) ; |
void | Tvmult(VECTOR& dst, const VECTOR& src) ; |
double | residual(VECTOR& dst, const VECTOR& src, const VECTOR& b) ; |
protected: |
Back to the top of dEMatrix
dEMatrix(int m, int n, Triangulation& t) ;
dEMatrix(int m, int n, Triangulation& t) ;
Function is currently defined inline.
Back to the top of dEMatrix
dEMatrix(int n, Triangulation& t) ;
dEMatrix(int n, Triangulation& t) ;
Function is currently defined inline.
Back to the top of dEMatrix
void reinit(int n) ;
Function is currently defined inline.
Back to the top of dEMatrix
void reinit(int m, int n) ;
Function is currently defined inline.
Back to the top of dEMatrix
int m() const ;
Function is currently defined inline.
Back to the top of dEMatrix
int n() const ;
Function is currently defined inline.
Back to the top of dEMatrix
void vmult(VECTOR& dst, const VECTOR& src) ;
void vmult(VECTOR& dst, const VECTOR& src) ;
Function is currently defined inline.
Back to the top of dEMatrix
void Tvmult(VECTOR& dst, const VECTOR& src) ;
void Tvmult(VECTOR& dst, const VECTOR& src) ;
Function is currently defined inline.
Back to the top of dEMatrix
double residual(VECTOR& dst, const VECTOR& src, const VECTOR& b) ;
double residual(VECTOR& dst, const VECTOR& src, const VECTOR& b) ;
Function is currently defined inline.
Back to the top of dEMatrix
public: | ||
---|---|---|
void | reinit(int n) ; | |
void | reinit(int m, int n) ; | |
int | m() const ; | |
int | n() const ; | |
void | vmult(VECTOR& dst, const VECTOR& src) ; | |
void | Tvmult(VECTOR& dst, const VECTOR& src) ; | |
double | residual(VECTOR& dst, const VECTOR& src, const VECTOR& b) ; | |
protected: |
Back to the top of dEMatrix
Back to the top of dEMatrix
Back to the top of dEMatrix
Report problems to jkotula@vitalimages.com