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 300 of file FastUtils.h.
|
inlineexplicit |
Definition at line 303 of file FastUtils.h.
|
inline |
Definition at line 305 of file FastUtils.h.
|
inline |
Free space for BK.
Definition at line 334 of file FastUtils.h.
|
inline |
Init BK -matrix for values n, k in 0 to t.
Definition at line 308 of file FastUtils.h.
|
inline |
Definition at line 345 of file FastUtils.h.
|
private |
holds the binominal coefficients
Definition at line 354 of file FastUtils.h.
|
private |
Definition at line 351 of file FastUtils.h.