| Class Summary | 
| ConvolutionUtils |  | 
| Derivative | Class Integral defines various derivative algorithms. | 
| Euler | Euler implements an Euler method ODE solver. | 
| EulerRichardson | Title:        EulerRichardson
 Description:  An Euler-Richardson method ODE solver. | 
| Factorials |  | 
| FunctionTransform |  | 
| Integral | Class Integral defines various integration algorithms. | 
| Interpolation | Class Interpolation defines simple interpolation algorithms. | 
| LegendreInterpolator | LegendreInterpolator uses a polynomial interpolation formula to evaluate values between data points. | 
| LogBase10Function |  | 
| LUPDecomposition | Lower Upper Permutation (LUP) decomposition
 See Object Oriented Implementation of Numerical Methods by Didier H. | 
| MathExpParser | MathExpParser defines an abstract super class for mathematical expression parsers. | 
| ODEBisectionEventSolver | ODEBisectionEventSolver is an ODEEventSolver that uses
 the bisection method for root finding. | 
| ODEMultistepSolver | ODEMultistepSolver performs multiple ODE steps so that a uniform step size is maintained. | 
| ParsedFunction | ParsedFunction defines a function of a single varianble using a String. | 
| ParsedMultiVarFunction | ParsedMultiVarFunction defines a function of multiple variables using a String. | 
| PBC |  | 
| RK4 | Title:        RK4
 Description:  A fourth order Runge-Kutta ODE solver. | 
| RK45 | Title:        RK45
 Description:  RK4/5 ODE solver with variable step size. | 
| RK45MultiStep | Title:        RK45MultiStep
 Description:  Perform multiple RK4/5 ODE steps so that a uniform step size is maintained | 
| Root | Class Root defines various root finding algorithms. | 
| SuryonoParser | The class Parseris a mathematical expression parser. | 
| Util | A utility class for numerical analysis. | 
| VelocityVerlet | VelocityVerlet:  A velocity Verlet method ODE solver. | 
| Verlet | Verlet method ODE solver. |