Category:Lm: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page for 'lm' library for Go.)
 
(Added some more info.)
Line 1: Line 1:
[https://github.com/maorshutman/lm lm] is a library for Go which solves non-linear least squares problems using the Levenberg-Marquardt method. It does not appear to be subject to any licence.
[https://github.com/maorshutman/lm lm] is a library for Go which solves non-linear least squares problems using the Levenberg-Marquardt method. It does not appear to be subject to any licence itself but is dependent on the [https://github.com/gonum/gonum gonum] suite which is subject to the [https://github.com/gonum/gonum/blob/master/LICENSE BSD 3-Clause] license.

Revision as of 18:00, 6 April 2020

lm is a library for Go which solves non-linear least squares problems using the Levenberg-Marquardt method. It does not appear to be subject to any licence itself but is dependent on the gonum suite which is subject to the BSD 3-Clause license.

Pages in category "Lm"

This category contains only the following page.