cluster::XYColExp Class Referenceabstract
Abstract class to hold the expansion coefficients. More...
#include <expansion.hh>
Inheritance diagram for cluster::XYColExp:
Public Member Functions | |
virtual uint | memory () const =0 |
virtual void | operator+= (uint i)=0 |
virtual void | operator-= (uint i)=0 |
virtual XYColExpPtr * | operator[] (uint i) const =0 |
virtual | ~XYColExp () |
Detailed Description
Abstract class to hold the expansion coefficients.
Definition at line 47 of file expansion.hh.
Constructor & Destructor Documentation
◆ ~XYColExp()
|
inlinevirtual |
Definition at line 49 of file expansion.hh.
Member Function Documentation
◆ memory()
|
pure virtual |
Implemented in cluster::XYColF< F >.
◆ operator+=()
|
pure virtualinherited |
Implemented in cluster::XYColF< F >, cluster::XYColFPtr< F >, and cluster::XYColFPtr< concepts::Real >.
◆ operator-=()
|
pure virtualinherited |
Implemented in cluster::XYColF< F >, cluster::XYColFPtr< F >, and cluster::XYColFPtr< concepts::Real >.
◆ operator[]()
|
pure virtual |
Implemented in cluster::XYColF< F >.
The documentation for this class was generated from the following file:
- cluster/expansion.hh