dEMatrix

All class functions are defined inline.


[ deal | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index


Class Summary

template <class NUM, class VECTOR> class dEMatrix
{
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:
}; // dEMatrix

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) ;

  void reinit(int n)                         
;

Function is currently defined inline.


Back to the top of dEMatrix


void reinit(int m, int n) ;

  void reinit(int m, int n)                            
;

Function is currently defined inline.


Back to the top of dEMatrix


int m() const ;

  int m() const                   
;

Function is currently defined inline.


Back to the top of dEMatrix


int n() const ;

  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


All Members

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


Ancestors

Class does not inherit from any other class.

Back to the top of dEMatrix


Descendants

Class is not inherited by any others.

Back to the top of dEMatrix


Generated from source by the Cocoon utilities on Tue Dec 17 13:38:49 2002 .

Report problems to jkotula@vitalimages.com