Class documentation of Concepts

Loading...
Searching...
No Matches
aglowav::M< d > Class Template Reference

#include <element.hh>

Inheritance diagram for aglowav::M< d >:
concepts::OutputOperator

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.
 

Detailed Description

template<uint d = 2>
class aglowav::M< d >

Local transformation matrix

Parameters
Dimensionof the matrix.

Definition at line 29 of file element.hh.

Constructor & Destructor Documentation

◆ M()

template<uint d>
aglowav::M< d >::M ( const concepts::Real m)
inline

Constructor

Parameters
mArray with the areas of the support of the local wavelets.
nDimension of matrix

Definition at line 73 of file element.hh.

◆ ~M()

template<uint d = 2>
virtual aglowav::M< d >::~M ( )
inlinevirtual

destructor

Definition at line 39 of file element.hh.

Member Function Documentation

◆ info()

template<uint d>
std::ostream & aglowav::M< d >::info ( std::ostream &  os) const
protectedvirtual

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 65 of file element.hh.

◆ mult() [1/2]

void aglowav::M< 2 >::mult< concepts::Real > ( const concepts::Real src,
concepts::Real dst 
) const
inline

Definition at line 83 of file element.hh.

◆ mult() [2/2]

template<uint d = 2>
template<class F >
void aglowav::M< d >::mult ( const F *  src,
F *  dst 
) const

Multiplication of src with M.

Parameters
srcArray of length d (src[0] corresponds to the constant function)
dstArray of length d (one scale basis)

◆ mult_T() [1/2]

void aglowav::M< 2 >::mult_T< concepts::Real > ( const concepts::Real src,
concepts::Real dst 
) const
inline

Definition at line 91 of file element.hh.

◆ mult_T() [2/2]

template<uint d = 2>
template<class F >
void aglowav::M< d >::mult_T ( const F *  src,
F *  dst 
) const

Multiplication of src with M transpose.

Parameters
srcArray of length d (one scale basis)
dstArray of length d (dst[0] corresponds to the constant function)

◆ n()

template<uint d = 2>
uint aglowav::M< d >::n ( ) const
inline

returns the matrix dimension

Definition at line 56 of file element.hh.


The documentation for this class was generated from the following file: