Mathematics
Mathematical and numerical tools. More...
Modules | |
| Random Number Distributions | |
| Module contains the classes implementing random variable distribution. | |
| Interpolation methods | |
| Interpolation techniques. | |
| Numerical Algorithms | |
| Numerical algorithms: root-finders, minimizers, integral calculators etc. | |
| Regression | |
| Regression methods. | |
| Pseudo-Random Numbers | |
| Implementations of random number generators. | |
| Statistics | |
| Set of statistical tools. | |
| Stochastic Processes | |
| Classes implementing stochastic processes. | |
Enumerations | |
| enum | julian::NumDiffScheme { julian::NumDiffScheme::CNTR, julian::NumDiffScheme::FWD, julian::NumDiffScheme::BWD } |
| collection of enumerations, simple classes and small functions used in mathematical computations More... | |
Detailed Description
Mathematical and numerical tools.
Module contains the numerical and mathematical tools such as:
- interpolations
- numerical algorithm (adapters to GNU Scientific Library functions)
- statistic calculators
- probability distribution
- regressions
- stochastic processes
- random number generators
Enumeration Type Documentation
|
strong |
collection of enumerations, simple classes and small functions used in mathematical computations
Enumeration list types defining the computation of numerical derivatives by finite differencing
| Enumerator | |
|---|---|
| CNTR |
Central differencing:
|
| FWD |
Forward differencing:
|
| BWD |
Backward differencing:
|




1.8.11