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 281 of file FastUtils.h.
|
inlineexplicit |
Definition at line 283 of file FastUtils.h.
|
inline |
Definition at line 285 of file FastUtils.h.
|
inline |
Free space for BK.
Definition at line 309 of file FastUtils.h.
|
inline |
Init BK -matrix for values n, k in 0 to t.
Definition at line 288 of file FastUtils.h.
|
inline |
Definition at line 318 of file FastUtils.h.
|
private |
holds the binominal coefficients
Definition at line 324 of file FastUtils.h.
|
private |
Definition at line 321 of file FastUtils.h.