Current section

Files

Jump to
gleastsq src gleastsq.app.src
Raw

src/gleastsq.app.src

{application, gleastsq, [
{vsn, "0.6.3"},
{applications, [exception,
gleam_community_maths,
gleam_erlang,
gleam_stdlib,
nx]},
{description, "A least squares curve fitting library for Gleam."},
{modules, [gleastsq,
gleastsq@@main,
gleastsq@errors,
gleastsq@internal@jacobian,
gleastsq@internal@methods@gauss_newton,
gleastsq@internal@methods@levenberg_marquardt,
gleastsq@internal@methods@trust_region_reflective,
gleastsq@internal@nx,
gleastsq@internal@params,
gleastsq@options]},
{registered, []}
]}.