Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 numeric | |
  Circle | |
  Permutation | Create permutation on a list of given types |
  Combination | Combination of a unique item map Binomialcoefficient (n k) |
  DiscreteFilter | |
  Buckets | |
  Histogram | Histogram class, that splits an interval into n regular bins, and counts how often a value is added to a bin |
  IntegerPartitioning | Computer integer partitions |
  LimitedCombination | Compute combinatorics on a given set of limited but typed resources, e.g. for available resource A:2, B:1, C:1 the following combinations are possible: max size 1: A,B,C max size 2: AA, AB, AC, BC max size 3: AAB, AAC, ABC |
  PlaneFitting | |
   Result | |
   ResultNormal | |
  SavitzkyGolayFilter | |
  Square | |
  Zero | |
  Square< Eigen::Matrix< _Scalar, _Rows, 1, _Options > > | |
  Zero< Eigen::Matrix< _Scalar, _Rows, _Cols, _Options > > | |
  Stats | |
  SeriesStats | |
  Twiddle | Twiddle algorithm – modifications applied only to simplify integration |