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.   | |
| void | init_array () | 
| Init BK -matrix for values n, k in 0 to t.   | |
| TYP | value (unsigned int n, unsigned int k) const | 
Private Attributes | |
| TYP ** | m_binCoeffs | 
| holds the binominal coefficients   | |
| unsigned int | m_max_n | 
binomial coeffs from Hachuls FMMM
Definition at line 295 of file FastUtils.h.
      
  | 
  inlineexplicit | 
Definition at line 297 of file FastUtils.h.
      
  | 
  inline | 
Definition at line 299 of file FastUtils.h.
      
  | 
  inline | 
Free space for BK.
Definition at line 323 of file FastUtils.h.
      
  | 
  inline | 
Init BK -matrix for values n, k in 0 to t.
Definition at line 302 of file FastUtils.h.
      
  | 
  inline | 
Definition at line 332 of file FastUtils.h.
      
  | 
  private | 
holds the binominal coefficients
Definition at line 338 of file FastUtils.h.
      
  | 
  private | 
Definition at line 335 of file FastUtils.h.