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

Public Member Functions | Friends
cluster::FColExp Class Reference

Abstract class to hold the expansion coefficients. More...

#include <expansion.hh>

Inheritance diagram for cluster::FColExp:
Inheritance graph
[legend]

List of all members.

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)

Detailed Description

Abstract class to hold the expansion coefficients.

Definition at line 141 of file expansion.hh.


Constructor & Destructor Documentation

virtual cluster::FColExp::~FColExp ( ) [inline, virtual]

Definition at line 144 of file expansion.hh.


Member Function Documentation

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]

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const FColExp f 
) [friend]

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

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