cluster::F01< NodeX, NodeY >::Ffld Class Reference

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

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. More...
 
uint sigma_
 Number of two clusters belonging to the far field. More...
 
uint tau_
 
FColExpval_
 Far field coefficients of the kernel expansion. More...
 

Detailed Description

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

Class to store the far field coefficients.

Definition at line 36 of file f01.hh.

Constructor & Destructor Documentation

◆ Ffld()

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 45 of file f01.hh.

◆ ~Ffld()

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

Definition at line 50 of file f01.hh.

Member Function Documentation

◆ link()

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

Definition at line 52 of file f01.hh.

◆ sigma()

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

Definition at line 53 of file f01.hh.

◆ tau()

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

Definition at line 54 of file f01.hh.

◆ val()

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

Definition at line 55 of file f01.hh.

Member Data Documentation

◆ lnk_

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

Next far field entry.

Definition at line 38 of file f01.hh.

◆ sigma_

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 40 of file f01.hh.

◆ tau_

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

Definition at line 40 of file f01.hh.

◆ val_

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

Far field coefficients of the kernel expansion.

Definition at line 42 of file f01.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich