File: control

package info (click to toggle)
libdogleg 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 284 kB
  • sloc: ansic: 2,700; makefile: 38; sh: 16
file content (48 lines) | stat: -rw-r--r-- 1,981 bytes parent folder | download
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
Source: libdogleg
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13), libsuitesparse-dev | libsuitesparse-metis-dev,
               zsh <!nocheck>,
               mrbuild
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: https://salsa.debian.org/science-team/libdogleg.git
Vcs-Browser: https://salsa.debian.org/science-team/libdogleg

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-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libdogleg2 (= ${binary:Version}),
         libsuitesparse-dev | libsuitesparse-metis-dev
Replaces: libdogleg-doc (<< 0.16-2)
Breaks:   libdogleg-doc (<< 0.16-2)
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