Abstract class to hold the expansion coefficients. More...
#include <expansion.hh>

Public Member Functions | |
| virtual void | info (std::ostream &os, uint) const |
| virtual uint | memory (uint blksz) const =0 |
| virtual | ~FColExp () |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const FColExp &f) |
Abstract class to hold the expansion coefficients.
Definition at line 141 of file expansion.hh.
| virtual cluster::FColExp::~FColExp | ( | ) | [inline, virtual] |
Definition at line 144 of file expansion.hh.
| virtual void cluster::FColExp::info | ( | std::ostream & | os, |
| uint | |||
| ) | const [inline, virtual] |
Reimplemented in cluster::CebysevLaplaceF< Fspc >::FColCebyLpl, and cluster::FColF< F >.
Definition at line 146 of file expansion.hh.
| virtual uint cluster::FColExp::memory | ( | uint | blksz | ) | const [pure virtual] |
Implemented in cluster::CebysevLaplaceF< Fspc >::FColCebyLpl, and cluster::FColF< F >.
| std::ostream& operator<< | ( | std::ostream & | os, |
| const FColExp & | f | ||
| ) | [friend] |