#include <expansion.hh>
Public Types | |
typedef XYColFPtr< F > | ColPtr |
Public Member Functions | |
XYColF (uint blksz, uint n) | |
XYColFPtr< F > * | operator[] (uint i) const |
uint | memory () const |
void | operator+= (uint i) |
void | operator-= (uint i) |
F * | value () const |
Protected Attributes | |
F * | val_ |
Class to hold expansion coefficients of type F.
Definition at line 60 of file expansion.hh.
typedef XYColFPtr<F> cluster::XYColF< F >::ColPtr |
Definition at line 62 of file expansion.hh.
|
inline |
Definition at line 64 of file expansion.hh.
|
inline |
Definition at line 68 of file expansion.hh.
|
inlinevirtual |
Implements cluster::XYColExp.
Definition at line 73 of file expansion.hh.
|
inlinevirtual |
Implements cluster::XYColExpPtr.
Definition at line 74 of file expansion.hh.
|
inlinevirtual |
Implements cluster::XYColExpPtr.
Definition at line 77 of file expansion.hh.
|
inlinevirtual |
Implements cluster::XYColExp.
Definition at line 70 of file expansion.hh.
|
inlineinherited |
Definition at line 37 of file expansion.hh.
|
protectedinherited |
Definition at line 40 of file expansion.hh.