Current section

Files

Jump to
gleastsq src gleastsq.app.src
Raw

src/gleastsq.app.src

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