summaryrefslogtreecommitdiff
blob: 243b487434c9e210fca15328f17eb5201934e0d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>sci</herd>
	<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>
</pkgmetadata>