cluster::FColF< F > Class Template Reference
Class to hold expansion coefficients of type F. More...
#include <expansion.hh>
Inheritance diagram for cluster::FColF< F >:
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>
|
inline |
Definition at line 158 of file expansion.hh.
◆ ~FColF()
template<class F = concepts::Real>
|
inline |
Definition at line 159 of file expansion.hh.
Member Function Documentation
◆ info()
template<class F = concepts::Real>
|
inlinevirtual |
Reimplemented from cluster::FColExp.
Definition at line 165 of file expansion.hh.
◆ memory()
template<class F = concepts::Real>
|
inlinevirtual |
Implements cluster::FColExp.
Definition at line 162 of file expansion.hh.
◆ value()
template<class F = concepts::Real>
|
inline |
Definition at line 161 of file expansion.hh.
Member Data Documentation
◆ val_
template<class F = concepts::Real>
|
private |
Definition at line 171 of file expansion.hh.
The documentation for this class was generated from the following file:
- cluster/expansion.hh