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

Public Member Functions | Private Attributes
cluster::FColF< F > Class Template Reference

Class to hold expansion coefficients of type F. More...

#include <expansion.hh>

Inheritance diagram for cluster::FColF< F >:
Inheritance graph
[legend]
Collaboration diagram for cluster::FColF< F >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FColF (uint blksz)
void info (std::ostream &os, uint blksz) const
uint memory (uint blksz) const
F * value () const
 ~FColF ()

Private Attributes

F * val_

Detailed Description

template<class F = concepts::Real>
class cluster::FColF< F >

Class to hold expansion coefficients of type F.

Definition at line 154 of file expansion.hh.


Constructor & Destructor Documentation

template<class F = concepts::Real>
cluster::FColF< F >::FColF ( uint  blksz) [inline]

Definition at line 156 of file expansion.hh.

template<class F = concepts::Real>
cluster::FColF< F >::~FColF ( ) [inline]

Definition at line 157 of file expansion.hh.


Member Function Documentation

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

Reimplemented from cluster::FColExp.

Definition at line 163 of file expansion.hh.

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

Implements cluster::FColExp.

Definition at line 160 of file expansion.hh.

template<class F = concepts::Real>
F* cluster::FColF< F >::value ( ) const [inline]

Definition at line 159 of file expansion.hh.


Member Data Documentation

template<class F = concepts::Real>
F* cluster::FColF< F >::val_ [private]

Definition at line 169 of file expansion.hh.


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

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