Current section

Files

Jump to
gleastsq src gleastsq.app.src
Raw

src/gleastsq.app.src

{application, gleastsq, [
{vsn, "0.4.2"},
{applications, [gleam_community_maths,
gleam_otp,
gleam_stdlib,
gleeunit,
nx,
prng]},
{description, "A curve fitting library for Gleam."},
{modules, [gleastsq,
gleastsq@errors,
gleastsq@internal@helpers@params,
gleastsq@internal@helpers@utils,
gleastsq@internal@jacobian,
gleastsq@internal@methods@gauss_newton,
gleastsq@internal@methods@levenberg_marquardt,
gleastsq@internal@nx,
gleastsq@options]},
{registered, []}
]}.