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 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: libdogleg
Section: science
Priority: optional
Build-Depends: debhelper (>= 9.20160114), dh-exec, libsuitesparse-dev | libsuitesparse-metis-dev
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Dima Kogan <dkogan@debian.org>
Standards-Version: 3.9.6
Homepage: https://github.com/dkogan/libdogleg
Vcs-Git: git://anonscm.debian.org/debian-science/packages/libdogleg.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/libdogleg.git
Package: libdogleg2
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Powell's dog-leg nonlinear least squares solver for sparse matrices
Solves unconstrained nonlinear least squares problems using Powell's dog-leg
method. The user specifies a callback C function that returns the value and
gradients of the model function at a particular operating point. This library
takes a series of dog-leg steps to find a local minimum of the residual
surface.
.
This library works with sparse matrices, which makes it suitable for
efficiently solving very large problems.
Package: libdogleg-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Replaces: libdogleg-dev (<< 0.08-3)
Breaks: libdogleg-dev (<< 0.08-3)
Description: Powell's dog-leg nonlinear least squares solver for sparse matrices
Solves unconstrained nonlinear least squares problems using Powell's dog-leg
method. The user specifies a callback C function that returns the value and
gradients of the model function at a particular operating point. This library
takes a series of dog-leg steps to find a local minimum of the residual
surface.
.
This library works with sparse matrices, which makes it suitable for
efficiently solving very large problems.
.
This package contains the documentation
Package: libdogleg-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libdogleg2 (= ${binary:Version}),
libdogleg-doc,
libsuitesparse-dev | libsuitesparse-metis-dev
Description: Powell's dog-leg nonlinear least squares solver for sparse matrices
Solves unconstrained nonlinear least squares problems using Powell's dog-leg
method. The user specifies a callback C function that returns the value and
gradients of the model function at a particular operating point. This library
takes a series of dog-leg steps to find a local minimum of the residual
surface.
.
This library works with sparse matrices, which makes it suitable for
efficiently solving very large problems.
.
Development files
|