cluster::FColF< F > Class Template Reference

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

#include <expansion.hh>

Inheritance diagram for cluster::FColF< F >:
cluster::FColExp

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 156 of file expansion.hh.

Constructor & Destructor Documentation

◆ FColF()

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

Definition at line 158 of file expansion.hh.

◆ ~FColF()

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

Definition at line 159 of file expansion.hh.

Member Function Documentation

◆ info()

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

Reimplemented from cluster::FColExp.

Definition at line 165 of file expansion.hh.

◆ memory()

template<class F = concepts::Real>
uint cluster::FColF< F >::memory ( uint  blksz) const
inlinevirtual

Implements cluster::FColExp.

Definition at line 162 of file expansion.hh.

◆ value()

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

Definition at line 161 of file expansion.hh.

Member Data Documentation

◆ val_

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

Definition at line 171 of file expansion.hh.


The documentation for this class was generated from the following file:
Page URL: http://wiki.math.ethz.ch/bin/view/Concepts/WebHome
21 August 2020
© 2020 Eidgenössische Technische Hochschule Zürich