Classes |
Public Member Functions |
Protected Member Functions |
Protected Attributes |
Private Types |
Private Member Functions |
Private Attributes |
List of all members
cluster::XY01< Node > Class Template Reference
Class to hide some implementation details of the far field matrices X, Y. More...
#include <xy01.hh>
Inheritance diagram for cluster::XY01< Node >:
Classes | |
struct | XYCol |
Data structure to hold the expansion coefficients. More... | |
struct | XYFnc |
Data structure for auxiliary vectors (one vector per cluster) More... | |
Public Member Functions | |
std::ostream & | info (std::ostream &os, uint idx) const |
Detailed information about the unknown idx. More... | |
float | memory () const |
Size of memory used by XY01 in Bytes. More... | |
F * | operator[] (uint i) const |
Returns i-th auxiliary vector. More... | |
const concepts::Space< F > & | space () const |
Space. More... | |
const Tree< Node > & | tree () const |
Cluster tree. More... | |
XY01 (const Tree< Node > &tree, const ExpansionXY< F > &exp) | |
Constructor. More... | |
void | zero () |
Sets auxiliary vectors to zero. More... | |
~XY01 () | |
Protected Member Functions | |
std::ostream & | info (std::ostream &os) const |
Basic information about the far field X, Y. More... | |
Protected Attributes | |
const uint | blksz_ |
Size of memory used for the expansion. More... | |
XYCol * | col_ |
Expansion coefficients. More... | |
const ExpansionXY< F > & | exp_ |
Kernel expansion. More... | |
XYFnc * | fnc_ |
Auxiliary vectors. More... | |
uint | ncol_ |
Number of expansion coefficients. More... | |
const uint | nfnc_ |
Number of auxiliary vectors. More... | |
Private Types | |
typedef Traits::F | F |
typedef TreeTraits< Node > | Traits |
Interface for the far field X, Y. More... | |
Private Member Functions | |
void | constructor_ (const Node *chld, const Node *prnt) |
Constructor for recursive calls throw MissingFeature. More... | |
bool | info_ (std::ostream &os, uint idx, const Node *nd) const |
Information method used for recursive calls from info(os, idx) More... | |
Private Attributes | |
F * | fncval_ |
const Tree< Node > & | tree_ |
Detailed Description
template<class Node>
class cluster::XY01< Node >
Class to hide some implementation details of the far field matrices X, Y.
- Parameters
-
Node Node type of the cluster tree
Member Typedef Documentation
◆ F
template<class Node >
|
private |
◆ Traits
template<class Node >
|
private |
Constructor & Destructor Documentation
◆ XY01()
template<class Node >
cluster::XY01< Node >::XY01 | ( | const Tree< Node > & | tree, |
const ExpansionXY< F > & | exp | ||
) |
Constructor.
- Parameters
-
tree Cluster tree exp Kernel expansion
◆ ~XY01()
template<class Node >
cluster::XY01< Node >::~XY01 | ( | ) |
Member Function Documentation
◆ constructor_()
template<class Node >
|
private |
Constructor for recursive calls throw MissingFeature.
- Parameters
-
chld Child node prnt Parent node
◆ info() [1/2]
template<class Node >
|
protected |
Basic information about the far field X, Y.
◆ info() [2/2]
template<class Node >
std::ostream& cluster::XY01< Node >::info | ( | std::ostream & | os, |
uint | idx | ||
) | const |
Detailed information about the unknown idx.
◆ info_()
template<class Node >
|
private |
Information method used for recursive calls from info(os, idx)
◆ memory()
template<class Node >
|
inline |
◆ operator[]()
template<class Node >
|
inline |
◆ space()
template<class Node >
|
inline |
◆ tree()
template<class Node >
|
inline |
◆ zero()
template<class Node >
void cluster::XY01< Node >::zero | ( | ) |
Sets auxiliary vectors to zero.
Member Data Documentation
◆ blksz_
template<class Node >
|
protected |
◆ col_
template<class Node >
|
protected |
◆ exp_
template<class Node >
|
protected |
◆ fnc_
template<class Node >
|
protected |
◆ fncval_
template<class Node >
|
private |
◆ ncol_
template<class Node >
|
protected |
◆ nfnc_
template<class Node >
|
protected |
◆ tree_
template<class Node >
|
private |
The documentation for this class was generated from the following file:
- cluster/xy01.hh