Skip to content

santiago-imelio/metnum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Numerical Methods in Elixir

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

Installation

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"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/metnum.

Releases

No releases published

Packages

No packages published

Languages