NumericalMethods.jl Documentation
Welcome to NumericalMethods.jl
This package provides methods for numerical programming in Julia. It has functionality for numerical differentiation, interpolation, minimisation and root finding.
Index
NumericalMethods.Interp.Linear
NumericalMethods.Interp.Linear
NumericalMethods.Interp.Spline
NumericalMethods.Interp.Spline
NumericalMethods.Deriv.differentiate
NumericalMethods.Deriv.gradient
NumericalMethods.Deriv.hessian
NumericalMethods.Deriv.partial
NumericalMethods.Deriv.twice_differentiate
NumericalMethods.Interp.cubic_interpolation
NumericalMethods.Interp.linear_interpolation
NumericalMethods.Min.brent
NumericalMethods.Min.newton
NumericalMethods.Min.newton
NumericalMethods.Min.newton
NumericalMethods.Min.newton
NumericalMethods.Roots.bisect
NumericalMethods.Roots.brent
NumericalMethods.Roots.newton
NumericalMethods.Roots.newton
NumericalMethods.Roots.secant