#include <xfy.hh>
Public Member Functions | |
X00 (const cluster::ExpansionXY< F > &exp, const cluster::ExpansionXY< F > &shftExp, const Haar3d0< F > &spc) | |
const Haar3d0< F > & | space () const |
Agglomerated wavelet space. | |
cluster::XYColExpPtr * | operator[] (uint i) const |
Pointer to the far field values of element i. | |
uint | memory () const |
Memory used. | |
void | apply (cluster::XYColExpPtr *x, const F *src, F *dst) const |
Application of the expansion. | |
Protected Attributes | |
const cluster::ExpansionXY< F > & | exp_ |
Expansion used for evaluation and application. | |
Class for the far field matrix X
F | Field (Real or Cmplx) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protectedinherited |