Class to hold the expansion coefficients. More...


Public Member Functions | |
| FColCebyLpl (uint blksz) | |
| void | info (std::ostream &os, uint blksz) const |
| uint | memory (uint blksz) const |
| ~FColCebyLpl () | |
Public Attributes | |
| concepts::Real * | val |
Class to hold the expansion coefficients.
Definition at line 22 of file cebysev.hh.
| cluster::CebysevLaplaceF< Fspc >::FColCebyLpl::FColCebyLpl | ( | uint | blksz | ) | [inline] |
| cluster::CebysevLaplaceF< Fspc >::FColCebyLpl::~FColCebyLpl | ( | ) | [inline] |
Definition at line 27 of file cebysev.hh.
| 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.
| uint cluster::CebysevLaplaceF< Fspc >::FColCebyLpl::memory | ( | uint | blksz | ) | const [inline, virtual] |
Implements cluster::FColExp.
Definition at line 29 of file cebysev.hh.

| concepts::Real* cluster::CebysevLaplaceF< Fspc >::FColCebyLpl::val |
Definition at line 24 of file cebysev.hh.