Class to store the far field coefficients. More...

Public Member Functions | |
| Ffld (uint blksz, const ExpansionF< FX > &exp, uint sigma, uint tau, Ffld *lnk) | |
| Ffld * | link () const |
| uint | sigma () const |
| uint | tau () const |
| FColExp * | val () const |
| ~Ffld () | |
Private Attributes | |
| Ffld * | lnk_ |
| Next far field entry. | |
| uint | sigma_ |
| Number of two clusters belonging to the far field. | |
| uint | tau_ |
| FColExp * | val_ |
| Far field coefficients of the kernel expansion. | |
Class to store the far field coefficients.
| cluster::F01< NodeX, NodeY >::Ffld::Ffld | ( | uint | blksz, |
| const ExpansionF< FX > & | exp, | ||
| uint | sigma, | ||
| uint | tau, | ||
| Ffld * | lnk | ||
| ) | [inline] |
| cluster::F01< NodeX, NodeY >::Ffld::~Ffld | ( | ) | [inline] |
| Ffld* cluster::F01< NodeX, NodeY >::Ffld::link | ( | ) | const [inline] |
| uint cluster::F01< NodeX, NodeY >::Ffld::sigma | ( | ) | const [inline] |
| uint cluster::F01< NodeX, NodeY >::Ffld::tau | ( | ) | const [inline] |
| FColExp* cluster::F01< NodeX, NodeY >::Ffld::val | ( | ) | const [inline] |
Ffld* cluster::F01< NodeX, NodeY >::Ffld::lnk_ [private] |
uint cluster::F01< NodeX, NodeY >::Ffld::sigma_ [private] |
uint cluster::F01< NodeX, NodeY >::Ffld::tau_ [private] |
FColExp* cluster::F01< NodeX, NodeY >::Ffld::val_ [private] |