Metnum leverages Nx to implement a wide range of numerical methods. This library is in early development stages, but aims to provide a vast range of iterative methods seen in numerical analysis, such as:
- Systems of Equations methods
- Ordinary Differential Equations methods
- Root Finding
- Extrema Finding
- Differentiation
If available in Hex, the package can be installed
by adding metnum to your list of dependencies in mix.exs:
def deps do
[
{:metnum, "~> 0.1.0"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/metnum.