Open
Graph Drawing
Framework

 v. 2023.09 (Elderberry)
 

Loading...
Searching...
No Matches
ogdf::fast_multipole_embedder::BinCoeff< TYP > Class Template Reference

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
 

Detailed Description

template<class TYP>
class ogdf::fast_multipole_embedder::BinCoeff< TYP >

binomial coeffs from Hachuls FMMM

Definition at line 281 of file FastUtils.h.

Constructor & Destructor Documentation

◆ BinCoeff()

template<class TYP >
ogdf::fast_multipole_embedder::BinCoeff< TYP >::BinCoeff ( unsigned int  n)
inlineexplicit

Definition at line 283 of file FastUtils.h.

◆ ~BinCoeff()

Definition at line 285 of file FastUtils.h.

Member Function Documentation

◆ free_array()

template<class TYP >
void ogdf::fast_multipole_embedder::BinCoeff< TYP >::free_array ( )
inline

Free space for BK.

Definition at line 309 of file FastUtils.h.

◆ init_array()

template<class TYP >
void ogdf::fast_multipole_embedder::BinCoeff< TYP >::init_array ( )
inline

Init BK -matrix for values n, k in 0 to t.

Definition at line 288 of file FastUtils.h.

◆ value()

template<class TYP >
TYP ogdf::fast_multipole_embedder::BinCoeff< TYP >::value ( unsigned int  n,
unsigned int  k 
) const
inline

Definition at line 318 of file FastUtils.h.

Member Data Documentation

◆ m_binCoeffs

template<class TYP >
TYP** ogdf::fast_multipole_embedder::BinCoeff< TYP >::m_binCoeffs
private

holds the binominal coefficients

Definition at line 324 of file FastUtils.h.

◆ m_max_n

Definition at line 321 of file FastUtils.h.


The documentation for this class was generated from the following file: