#include <xy01.hh>
Public Types | |
typedef ClstY< Node >::Traits | Traits |
Interface for the far field Y. | |
typedef ClstY< Node >::F | F |
Public Member Functions | |
Y01 (const Tree< Node > &tree, const ExpansionXY< F > &exp) | |
F * | operator[] (uint i) const |
void | scatter (const concepts::Vector< F > &fnc) |
float | memory () const |
Size of memory used by Y01 in Bytes. | |
const concepts::Space< F > & | space () const |
Space. | |
const Tree< Node > & | tree () const |
Cluster tree. | |
void | zero () |
Sets the auxiliary vectors to zero. | |
Protected Types | |
typedef XY01< Node >::XYFnc | XYFnc |
typedef XY01< Node >::XYCol | XYCol |
Protected Member Functions | |
std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. | |
Private Member Functions | |
std::ostream & | info (std::ostream &os, uint idx) const |
Detailed information about the unknown idx. | |
Class for far field part Y
Node | Node type of the cluster |
typedef ClstY<Node>::F cluster::Y01< Node >::F |
typedef ClstY<Node>::Traits cluster::Y01< Node >::Traits |
|
protected |
|
protected |
|
inline |
|
inlineprotectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
|
inline |
|
inlinevirtual |
Returns the i-th auxiliary vector (vector corresponding to the i-th cluster)
Implements cluster::ClstXY< Node >.
|
virtual |
Implements cluster::ClstY< Node >.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Sets the auxiliary vectors to zero.
Implements cluster::ClstXY< Node >.