Class for the far field matrix Y. More...
#include <xfy.hh>


Public Member Functions | |
| uint | memory () const |
| Memory used. | |
| cluster::XYColExpPtr * | operator[] (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. | |
Class for the far field matrix Y.
| F | Field (Real or Cmplx) |
| aglowav2::Y00< F >::Y00 | ( | const cluster::ExpansionXY< F > & | exp, |
| const Haar3d0< F > & | spc | ||
| ) | [inline] |
| uint aglowav2::Y00< F >::memory | ( | ) | const [inline] |
| 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.

| const Haar3d0<F>& aglowav2::Y00< F >::space | ( | ) | const [inline] |
Agglomerated wavelet space.
Reimplemented from aglowav2::XY00< F >.
const cluster::ExpansionXY<F>& aglowav2::XY00< F >::exp_ [protected, inherited] |