brief specialization of comb in case of dim 0
#include <comb.hpp>
Public Member Functions | |
| bool | isValid () |
| check if it is a valid combination More... | |
| bool | isSub (comb< 0 > cmb) |
| Check if the combination is a sub-element. More... | |
| void | zero () |
| Set all the elements to zero. More... | |
| bool | operator!= (const comb< 0 > &t) const |
| Compare two combination. More... | |
| bool | operator== (const comb< 0 > &t) const |
| Compare two combination. More... | |
| char | operator[] (int i) |
| Get the i combination coefficient. More... | |
| char * | getComb () |
| get the combination array pointer More... | |
| char | value (int i) const |
| get the index i of the combination More... | |
| int | n_zero () |
| size_t | lin () |
Data Fields | |
| char | c [0] |
| FIX. | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |