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.LinearNumericalMethods.Interp.LinearNumericalMethods.Interp.SplineNumericalMethods.Interp.SplineNumericalMethods.Deriv.differentiateNumericalMethods.Deriv.gradientNumericalMethods.Deriv.hessianNumericalMethods.Deriv.partialNumericalMethods.Deriv.twice_differentiateNumericalMethods.Interp.cubic_interpolationNumericalMethods.Interp.linear_interpolationNumericalMethods.Min.brentNumericalMethods.Min.newtonNumericalMethods.Min.newtonNumericalMethods.Min.newtonNumericalMethods.Min.newtonNumericalMethods.Roots.bisectNumericalMethods.Roots.brentNumericalMethods.Roots.newtonNumericalMethods.Roots.newtonNumericalMethods.Roots.secant