Classes |
Public Types |
Public Member Functions |
Protected Member Functions |
Private Member Functions |
Private Attributes |
List of all members
cluster::F04< NodeX, NodeY > Class Template Reference
Far field matrix F. More...
#include <f04.hh>
Inheritance diagram for cluster::F04< NodeX, NodeY >:
Classes | |
class | Ffld |
Class to store the far field coefficients. More... | |
Public Types | |
typedef ClstF< NodeX, NodeY >::FX | FX |
typedef ClstF< NodeX, NodeY >::FY | FY |
typedef ClstF< NodeX, NodeY >::NfldNodes | NfldNodes |
typedef ClstF< NodeX, NodeY >::NfldScan | NfldScan |
typedef ClstF< NodeX, NodeY >::TraitsX | TraitsX |
Interface of the far field. More... | |
typedef ClstF< NodeX, NodeY >::TraitsY | TraitsY |
Public Member Functions | |
F04 (const Tree< NodeX > &treeX, const Tree< NodeY > &treeY, const ExpansionF< FX > &exp, concepts::Real eta, concepts::Real s, uint minsz) | |
std::ostream & | info (std::ostream &os, uint idxX, uint idxY) const |
float | memory () const |
Memory used by F04 in bytes. More... | |
void | operator() (const ClstY< NodeY > &vecY, ClstX< NodeX > &vecX) const |
Application operator. More... | |
NfldScan * | scan () const |
~F04 () | |
Protected Member Functions | |
std::ostream & | info (std::ostream &os) const |
Returns information in an output stream. More... | |
Private Member Functions | |
void | constructor_ (const NodeX *clstX, const NodeY *clstY, concepts::Real *Imax) |
Constructor for recursive calls. More... | |
template<class Trts , class Nd > | |
uint | info_ (uint idx, const Nd *clst, std::unordered_map< uint, uint > &nlf) const |
Private Attributes | |
concepts::Real | eta_ |
const ExpansionF< FX > & | exp_ |
Kernel expansion. More... | |
Ffld * | ffld_ |
Far field entries. More... | |
uint | m_ |
Expansion order. More... | |
uint | minsz_ |
Minimal size for a cluster pair in the far field. More... | |
uint | nffld_ |
Number of far field entries. More... | |
uint | nffldval_ |
concepts::Joiner< NfldNodes, 1 > * | nfld_ |
Near field entries. More... | |
uint | nnfld_ |
Number of near field entries. More... | |
concepts::Real | s_ |
const Tree< NodeX > & | treeX_ |
Cluster trees. More... | |
const Tree< NodeY > & | treeY_ |
Detailed Description
template<class NodeX, class NodeY>
class cluster::F04< NodeX, NodeY >
Far field matrix F.
Intensity driven expansion order.
Member Typedef Documentation
◆ FX
template<class NodeX , class NodeY >
typedef ClstF<NodeX, NodeY>::FX cluster::F04< NodeX, NodeY >::FX |
◆ FY
template<class NodeX , class NodeY >
typedef ClstF<NodeX, NodeY>::FY cluster::F04< NodeX, NodeY >::FY |
◆ NfldNodes
template<class NodeX , class NodeY >
typedef ClstF<NodeX, NodeY>::NfldNodes cluster::F04< NodeX, NodeY >::NfldNodes |
◆ NfldScan
template<class NodeX , class NodeY >
typedef ClstF<NodeX, NodeY>::NfldScan cluster::F04< NodeX, NodeY >::NfldScan |
◆ TraitsX
template<class NodeX , class NodeY >
typedef ClstF<NodeX, NodeY>::TraitsX cluster::F04< NodeX, NodeY >::TraitsX |
◆ TraitsY
template<class NodeX , class NodeY >
typedef ClstF<NodeX, NodeY>::TraitsY cluster::F04< NodeX, NodeY >::TraitsY |
Constructor & Destructor Documentation
◆ F04()
template<class NodeX , class NodeY >
cluster::F04< NodeX, NodeY >::F04 | ( | const Tree< NodeX > & | treeX, |
const Tree< NodeY > & | treeY, | ||
const ExpansionF< FX > & | exp, | ||
concepts::Real | eta, | ||
concepts::Real | s, | ||
uint | minsz | ||
) |
◆ ~F04()
template<class NodeX , class NodeY >
cluster::F04< NodeX, NodeY >::~F04 | ( | ) |
Member Function Documentation
◆ constructor_()
template<class NodeX , class NodeY >
|
private |
Constructor for recursive calls.
◆ info() [1/2]
template<class NodeX , class NodeY >
|
protectedvirtual |
Returns information in an output stream.
Reimplemented from concepts::OutputOperator.
◆ info() [2/2]
template<class NodeX , class NodeY >
std::ostream& cluster::F04< NodeX, NodeY >::info | ( | std::ostream & | os, |
uint | idxX, | ||
uint | idxY | ||
) | const |
◆ info_()
template<class NodeX , class NodeY >
template<class Trts , class Nd >
|
private |
◆ memory()
template<class NodeX , class NodeY >
|
inline |
◆ operator()()
template<class NodeX , class NodeY >
|
virtual |
Application operator.
Implements cluster::ClstF< NodeX, NodeY >.
◆ scan()
template<class NodeX , class NodeY >
|
inlinevirtual |
Implements cluster::ClstF< NodeX, NodeY >.
Member Data Documentation
◆ eta_
template<class NodeX , class NodeY >
|
private |
◆ exp_
template<class NodeX , class NodeY >
|
private |
◆ ffld_
template<class NodeX , class NodeY >
|
private |
◆ m_
template<class NodeX , class NodeY >
|
private |
◆ minsz_
template<class NodeX , class NodeY >
|
private |
◆ nffld_
template<class NodeX , class NodeY >
|
private |
◆ nffldval_
template<class NodeX , class NodeY >
|
private |
◆ nfld_
template<class NodeX , class NodeY >
|
private |
◆ nnfld_
template<class NodeX , class NodeY >
|
private |
◆ s_
template<class NodeX , class NodeY >
|
private |
◆ treeX_
template<class NodeX , class NodeY >
|
private |
◆ treeY_
template<class NodeX , class NodeY >
|
private |
The documentation for this class was generated from the following file:
- cluster/f04.hh