gramods
Loading...
Searching...
No Matches
Classes | Functions
gramods::gmMisc Namespace Reference

The miscellaneous module (misc) contains functionality that cannot be categorized in a good way that would not result in one module for each class. More...

Classes

class  AccumulativeMean
 A means for accumulating values into a mean using two lists, one intermediate and one final, to keep as much precision as possible. More...
 
class  EFFOAW
 This is an end-fitting first-order adaptive window estimator of velocity from samples allowing jittering. More...
 
class  EFHOAW
 This is an end-fitting higher-order adaptive window estimator of velocity from samples allowing jittering. More...
 
class  FFTW
 This is FFT using FFTW as back-end. More...
 
class  NelderMead
 
class  PolyFit
 This is a polygonal fitter for any number of in- and output dimensions allowing for inter- and extrapolation. More...
 

Functions

template<typename T >
constexpr T ipow (T num, unsigned int pow)
 

Detailed Description

The miscellaneous module (misc) contains functionality that cannot be categorized in a good way that would not result in one module for each class.