Category:Lm: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page for 'lm' library for Go.)
 
(Added library template)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{library}}
[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.

Latest revision as of 20:13, 27 May 2021

Library
This is an example of a library. You may see a list of other libraries used on Rosetta Code at Category:Solutions by Library.

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.