Re-exports§
pub extern crate nalgebra;
Modules§
- finite_
differences - Methods of derivative approximation
- global_
optimisers - Finds global optimums of objective functions
- multivariable
- Root-finders for equations of multiple variables
- single_
variable - Root-finders for equations of a single variable
Structs§
- ODESolver
- Ordinary Differential Equation solvers
Enums§
- ODESolver
Method - Ordinary Differential Equation solvers Types of methods for ODE solving
- Solver
Error - Types of errors encountered by the solvers
Constants§
- DEFAULT_
ITERMAX - Default amount of max iterations for the iterative methods
- DEFAULT_
TOL - Default tolerance (error of magnitude)
Type Aliases§
- Solver
Result - Alias for
Result<T, SolverError>