You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
994 B
24 lines
994 B
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>sci@gentoo.org</email>
|
|
<name>Gentoo Science Project</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Minpack includes software for solving nonlinear equations and
|
|
nonlinear least squares problems. Five algorithmic paths each
|
|
include a core subroutine and an easy-to-use driver. The algorithms
|
|
proceed either from an analytic specification of the Jacobian matrix
|
|
or directly from the problem functions. The paths include facilities
|
|
for systems of equations with a banded Jacobian matrix, for least
|
|
squares problems with a large amount of data, and for checking the
|
|
consistency of the Jacobian matrix with the functions.
|
|
This is the C re-write of the original fortran minpack
|
|
implementation.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="github">devernay/cminpack</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|