Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
aglowav2::Y00< F > Class Template Reference

Class for the far field matrix Y. More...

#include <xfy.hh>

Inheritance diagram for aglowav2::Y00< F >:
Inheritance graph
[legend]
Collaboration diagram for aglowav2::Y00< F >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

uint memory () const
 Memory used.
cluster::XYColExpPtroperator[] (uint i) const
 Pointer to the far field values of element i.
const Haar3d0< F > & space () const
 Agglomerated wavelet space.
 Y00 (const cluster::ExpansionXY< F > &exp, const Haar3d0< F > &spc)
 Constructor.

Private Attributes

const cluster::ExpansionXY< F > & exp_
 Expansion used for evaluation and application.

Detailed Description

template<class F = concepts::Real>
class aglowav2::Y00< F >

Class for the far field matrix Y.

Parameters:
FField (Real or Cmplx)

Definition at line 79 of file xfy.hh.


Constructor & Destructor Documentation

template<class F >
aglowav2::Y00< F >::Y00 ( const cluster::ExpansionXY< F > &  exp,
const Haar3d0< F > &  spc 
) [inline]

Constructor.

Parameters:
expExpansion
spcAgglomerated wavelet space

Definition at line 96 of file xfy.hh.


Member Function Documentation

template<class F = concepts::Real>
uint aglowav2::Y00< F >::memory ( ) const [inline]

Memory used.

Reimplemented from aglowav2::XY00< F >.

Definition at line 92 of file xfy.hh.

template<class F >
cluster::XYColExpPtr * aglowav2::Y00< F >::operator[] ( uint  i) const [inline]

Pointer to the far field values of element i.

Reimplemented from aglowav2::XY00< F >.

Definition at line 100 of file xfy.hh.

Here is the call graph for this function:

template<class F = concepts::Real>
const Haar3d0<F>& aglowav2::Y00< F >::space ( ) const [inline]

Agglomerated wavelet space.

Reimplemented from aglowav2::XY00< F >.

Definition at line 88 of file xfy.hh.


Member Data Documentation

template<class F = concepts::Real>
const cluster::ExpansionXY<F>& aglowav2::XY00< F >::exp_ [protected, inherited]

Expansion used for evaluation and application.

Definition at line 50 of file xfy.hh.


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

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)