1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Source: minpack
Section: devel
Priority: optional
Maintainer: James R. Van Zandt <jrv@debian.org>
Build-Depends: debhelper (>> 3.0.0), g77, libtool, autoconf, automake
Standards-Version: 3.5.2
Package: minpack-dev
Architecture: any
Depends: minpack1 (= ${Source-Version}), libc6-dev
Description: nonlinear equations and nonlinear least squares static library
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 package provides the headers, man pages, examples, and static library.
Package: minpack1
Architecture: any
Depends: ${shlibs:Depends}
Description: nonlinear equations and nonlinear least squares shared library
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 package provides the shared library.
|