Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
| ▼Nnumeric | |
| CBuckets | |
| CCircle | |
| CCombination | Combination of a unique item map Binomialcoefficient (n k) |
| CDiscreteFilter | |
| CHistogram | Histogram class, that splits an interval into n regular bins, and counts how often a value is added to a bin |
| CIntegerPartitioning | Computer integer partitions |
| CLimitedCombination | 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 |
| CPermutation | Create permutation on a list of given types |
| ▼CPlaneFitting | |
| CResult | |
| CResultNormal | |
| CSavitzkyGolayFilter | |
| CSeriesStats | |
| CSquare | |
| CSquare< Eigen::Matrix< _Scalar, _Rows, 1, _Options > > | |
| CStats | |
| CTwiddle | Twiddle algorithm – modifications applied only to simplify integration |
| CZero | |
| CZero< Eigen::Matrix< _Scalar, _Rows, _Cols, _Options > > | |