#include <f02.hh>
Public Types | |
| typedef ClstF< NodeX, NodeY >::TraitsX | TraitsX |
| Interface of the far field. | |
| typedef ClstF< NodeX, NodeY >::TraitsY | TraitsY |
| typedef ClstF< NodeX, NodeY >::FX | FX |
| typedef ClstF< NodeX, NodeY >::FY | FY |
| typedef ClstF< NodeX, NodeY >::NfldNodes | NfldNodes |
| typedef ClstF< NodeX, NodeY >::NfldScan | NfldScan |
Public Member Functions | |
| F02 (const Tree< NodeX > &treeX, const Tree< NodeY > &treeY, const ExpansionF< FX > &exp, concepts::Real eps, concepts::Real s, uint minsz) | |
| void | operator() (const ClstY< NodeY > &vecY, ClstX< NodeX > &vecX) const |
| Application operator. | |
| NfldScan * | scan () const |
| float | memory () const |
| Memory used by F02 in bytes. | |
| std::ostream & | info (std::ostream &os, uint idxX, uint idxY) const |
Protected Member Functions | |
| std::ostream & | info (std::ostream &os) const |
| Some basic informations. | |
Far field matrix F. Expansion order m, 
| typedef ClstF<NodeX,NodeY>::FX cluster::F02< NodeX, NodeY >::FX |
| typedef ClstF<NodeX,NodeY>::FY cluster::F02< NodeX, NodeY >::FY |
| typedef ClstF<NodeX,NodeY>::NfldNodes cluster::F02< NodeX, NodeY >::NfldNodes |
| typedef ClstF<NodeX,NodeY>::NfldScan cluster::F02< NodeX, NodeY >::NfldScan |
| typedef ClstF<NodeX,NodeY>::TraitsX cluster::F02< NodeX, NodeY >::TraitsX |
| typedef ClstF<NodeX,NodeY>::TraitsY cluster::F02< NodeX, NodeY >::TraitsY |
|
protectedvirtual |
Some basic informations.
Reimplemented from concepts::OutputOperator.
|
inline |
|
virtual |
Application operator.
Implements cluster::ClstF< NodeX, NodeY >.
|
inlinevirtual |
Implements cluster::ClstF< NodeX, NodeY >.