fluxion v0.2.0 API Reference
Modules
An Elixir behaviour for a mathematical function definition and it’s derivative
This module defines some floating-point operations used in this package and its supporting tests
A nonlinear equation solver which uses Newton’s Method to find the zeros of an arbitrary function
An Ordinary Differential Equation which can be used to solve initial value problems
The Euler method for solving the initial value problem for ordinary differential equations of the form @y’(t) = f(t, y(t))@
A fourth-order Runge-Kutta solver for initial value problems of Ordinary Differential Equations of the form @y’(t) = f(t, y(t))@