Department of Scientific Computing   
Institute for Numerical Simulation   
University of Bonn   
Documentation
Download
Programming References
Bug Reports / Suggestions
FAQ
Authors
Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

TransformMatrix Struct Reference

TransformMatrix stores the low or high pass filter coefficients for primal or dual scaling functions or wavelets. Only the coefficients for inner and boundary adapted functions are stored, not a complete matrix. More...

#include <OperatorAndTransformMatrix.hpp>

List of all members.

Public Methods

void Print ()
 print some basic informations.

void MatVec (double *T, IndexSet *IT, double *F, IndexSet *IF, int *BC, int level, int clearflag, doubleBuffer *buf)
 perform an (adaptive) matrix vector multiply (*T) = (*this)* (*F).
Parameters:
T   result
IT   index set for components of T which shall be computed
F   vector
IF   index set for components of F which may be used
level   the level index of
clearflag   if ==0 compute (*T) += (this*)*(*F)
doubleBuffer   auxiliary array.


void MatTVec (double *T, IndexSet *IT, double *F, IndexSet *IF, int *BC, int level, int clearflag, doubleBuffer *buf)
 as above for transpose matrix.


The documentation for this struct was generated from the following files:
Generated at Mon Aug 19 10:02:33 2002 for AWFD by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001