Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Private Attributes
cluster::F01< NodeX, NodeY >::Ffld Class Reference

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

Collaboration diagram for cluster::F01< NodeX, NodeY >::Ffld:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 Ffld (uint blksz, const ExpansionF< FX > &exp, uint sigma, uint tau, Ffld *lnk)
Ffldlink () const
uint sigma () const
uint tau () const
FColExpval () const
 ~Ffld ()

Private Attributes

Ffldlnk_
 Next far field entry.
uint sigma_
 Number of two clusters belonging to the far field.
uint tau_
FColExpval_
 Far field coefficients of the kernel expansion.

Detailed Description

template<class NodeX, class NodeY>
class cluster::F01< NodeX, NodeY >::Ffld

Class to store the far field coefficients.

Definition at line 34 of file f01.hh.


Constructor & Destructor Documentation

template<class NodeX , class NodeY >
cluster::F01< NodeX, NodeY >::Ffld::Ffld ( uint  blksz,
const ExpansionF< FX > &  exp,
uint  sigma,
uint  tau,
Ffld lnk 
) [inline]

Definition at line 43 of file f01.hh.

Here is the call graph for this function:

template<class NodeX , class NodeY >
cluster::F01< NodeX, NodeY >::Ffld::~Ffld ( ) [inline]

Definition at line 48 of file f01.hh.


Member Function Documentation

template<class NodeX , class NodeY >
Ffld* cluster::F01< NodeX, NodeY >::Ffld::link ( ) const [inline]

Definition at line 50 of file f01.hh.

template<class NodeX , class NodeY >
uint cluster::F01< NodeX, NodeY >::Ffld::sigma ( ) const [inline]

Definition at line 51 of file f01.hh.

template<class NodeX , class NodeY >
uint cluster::F01< NodeX, NodeY >::Ffld::tau ( ) const [inline]

Definition at line 52 of file f01.hh.

template<class NodeX , class NodeY >
FColExp* cluster::F01< NodeX, NodeY >::Ffld::val ( ) const [inline]

Definition at line 53 of file f01.hh.


Member Data Documentation

template<class NodeX , class NodeY >
Ffld* cluster::F01< NodeX, NodeY >::Ffld::lnk_ [private]

Next far field entry.

Definition at line 36 of file f01.hh.

template<class NodeX , class NodeY >
uint cluster::F01< NodeX, NodeY >::Ffld::sigma_ [private]

Number of two clusters belonging to the far field.

Definition at line 38 of file f01.hh.

template<class NodeX , class NodeY >
uint cluster::F01< NodeX, NodeY >::Ffld::tau_ [private]

Definition at line 38 of file f01.hh.

template<class NodeX , class NodeY >
FColExp* cluster::F01< NodeX, NodeY >::Ffld::val_ [private]

Far field coefficients of the kernel expansion.

Definition at line 40 of file f01.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)