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

Public Member Functions | Public Attributes
cluster::CebysevLaplaceF< Fspc >::FColCebyLpl Class Reference

Class to hold the expansion coefficients. More...

Inheritance diagram for cluster::CebysevLaplaceF< Fspc >::FColCebyLpl:
Inheritance graph
[legend]
Collaboration diagram for cluster::CebysevLaplaceF< Fspc >::FColCebyLpl:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FColCebyLpl (uint blksz)
void info (std::ostream &os, uint blksz) const
uint memory (uint blksz) const
 ~FColCebyLpl ()

Public Attributes

concepts::Realval

Detailed Description

template<class Fspc = concepts::Real>
class cluster::CebysevLaplaceF< Fspc >::FColCebyLpl

Class to hold the expansion coefficients.

Definition at line 22 of file cebysev.hh.


Constructor & Destructor Documentation

template<class Fspc = concepts::Real>
cluster::CebysevLaplaceF< Fspc >::FColCebyLpl::FColCebyLpl ( uint  blksz) [inline]

Definition at line 26 of file cebysev.hh.

Here is the call graph for this function:

template<class Fspc = concepts::Real>
cluster::CebysevLaplaceF< Fspc >::FColCebyLpl::~FColCebyLpl ( ) [inline]

Definition at line 27 of file cebysev.hh.


Member Function Documentation

template<class Fspc = concepts::Real>
void cluster::CebysevLaplaceF< Fspc >::FColCebyLpl::info ( std::ostream &  os,
uint  blksz 
) const [inline, virtual]

Reimplemented from cluster::FColExp.

Definition at line 32 of file cebysev.hh.

template<class Fspc = concepts::Real>
uint cluster::CebysevLaplaceF< Fspc >::FColCebyLpl::memory ( uint  blksz) const [inline, virtual]

Implements cluster::FColExp.

Definition at line 29 of file cebysev.hh.

Here is the call graph for this function:


Member Data Documentation

template<class Fspc = concepts::Real>
concepts::Real* cluster::CebysevLaplaceF< Fspc >::FColCebyLpl::val

Definition at line 24 of file cebysev.hh.


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

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