cluster::XY01< Node >::XYCol Struct Reference
Data structure to hold the expansion coefficients. More...
#include <xy01.hh>
Public Member Functions | |
| XYCol (XYColExp *value) | |
| Constructor. More... | |
| ~XYCol () | |
| Destructor. More... | |
Public Attributes | |
| F * | fncval |
| Pointer to auxiliary vector. More... | |
| uint | idx |
| DoF number. More... | |
| XYCol * | lnk |
| Coefficients of next DoF. More... | |
| XYColExp * | val |
| Vector of expansion coefficients. More... | |
Detailed Description
template<class Node>
struct cluster::XY01< Node >::XYCol
Data structure to hold the expansion coefficients.
Constructor & Destructor Documentation
◆ XYCol()
template<class Node >
|
inline |
◆ ~XYCol()
template<class Node >
|
inline |
Member Data Documentation
◆ fncval
template<class Node >
| F* cluster::XY01< Node >::XYCol::fncval |
◆ idx
template<class Node >
| uint cluster::XY01< Node >::XYCol::idx |
◆ lnk
template<class Node >
| XYCol* cluster::XY01< Node >::XYCol::lnk |
◆ val
template<class Node >
| XYColExp* cluster::XY01< Node >::XYCol::val |
The documentation for this struct was generated from the following file:
- cluster/xy01.hh

