binomial coeffs from Hachuls FMMM More...
#include <ogdf/energybased/fast_multipole_embedder/FastUtils.h>
Public Member Functions | |
BinCoeff (unsigned int n) | |
~BinCoeff () | |
void | free_array () |
Free space for BK. More... | |
void | init_array () |
Init BK -matrix for values n, k in 0 to t. More... | |
TYP | value (unsigned int n, unsigned int k) const |
Private Attributes | |
TYP ** | m_binCoeffs |
holds the binominal coefficients More... | |
unsigned int | m_max_n |
binomial coeffs from Hachuls FMMM
Definition at line 288 of file FastUtils.h.
|
inlineexplicit |
Definition at line 290 of file FastUtils.h.
|
inline |
Definition at line 292 of file FastUtils.h.
|
inline |
Free space for BK.
Definition at line 316 of file FastUtils.h.
|
inline |
Init BK -matrix for values n, k in 0 to t.
Definition at line 295 of file FastUtils.h.
|
inline |
Definition at line 325 of file FastUtils.h.
|
private |
holds the binominal coefficients
Definition at line 331 of file FastUtils.h.
|
private |
Definition at line 328 of file FastUtils.h.