#include <element.hh>
Public Member Functions | |
| M (const concepts::Real *m) | |
| virtual | ~M () |
| destructor | |
| template<class F > | |
| void | mult (const F *src, F *dst) const |
| template<class F > | |
| void | mult_T (const F *src, F *dst) const |
| uint | n () const |
| returns the matrix dimension | |
| void | mult (const concepts::Real *src, concepts::Real *dst) const |
| void | mult_T (const concepts::Real *src, concepts::Real *dst) const |
Protected Member Functions | |
| virtual std::ostream & | info (std::ostream &os) const |
| Returns information in an output stream. | |
Local transformation matrix
| Dimension | of the matrix. |
Definition at line 29 of file element.hh.
|
inline |
Constructor
| m | Array with the areas of the support of the local wavelets. |
| n | Dimension of matrix |
Definition at line 73 of file element.hh.
|
inlinevirtual |
destructor
Definition at line 39 of file element.hh.
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
Definition at line 65 of file element.hh.
|
inline |
Definition at line 83 of file element.hh.
Multiplication of src with M.
| src | Array of length d (src[0] corresponds to the constant function) |
| dst | Array of length d (one scale basis) |
|
inline |
Definition at line 91 of file element.hh.
| void aglowav::M< d >::mult_T | ( | const F * | src, |
| F * | dst | ||
| ) | const |
Multiplication of src with M transpose.
| src | Array of length d (one scale basis) |
| dst | Array of length d (dst[0] corresponds to the constant function) |
|
inline |
returns the matrix dimension
Definition at line 56 of file element.hh.