mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
5 lines
378 B
Text
5 lines
378 B
Text
The levmar is GPL'ed ANSI C implementation of the Levenberg-Marquardt (LM)
|
|
optimization algorithm. The LM algorithm provides a numerical solution to the
|
|
problem of minimizing a function over a parameter space of a function. The
|
|
levmar library provides implementation of both unconstrained and constrained LM
|
|
algorithms (box, linear equation, and linear inequality constraints).
|