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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
Source: ceres-solver
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Anton Gladky <gladk@debian.org>,
Francois Mazen <mzf@debian.org>,
Pierre Gruet <pgt@debian.org>
Section: math
Priority: optional
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
cmake,
libblas-dev | libblas.so,
libgoogle-glog-dev,
libgflags-dev,
libeigen3-dev,
libsuitesparse-dev,
gawk | awk
Build-Depends-Indep: python3:any,
python3-sphinx-rtd-theme:native,
libjs-jquery,
libjs-mathjax,
libjs-modernizr,
libjs-underscore,
libjs-sphinxdoc,
node-html5shiv,
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/science-team/ceres-solver
Vcs-Git: https://salsa.debian.org/science-team/ceres-solver.git
Homepage: http://ceres-solver.org
Rules-Requires-Root: no
Package: libceres-dev
Architecture: any
Multi-Arch: same
Section: libdevel
Depends: libceres4t64 (= ${binary:Version}),
${misc:Depends},
libblas-dev,
libgoogle-glog-dev,
libgflags-dev,
libeigen3-dev (>= ${eigen:Upstream-Version}),
libeigen3-dev (<< ${eigen:Upstream-Version-Next}),
libsuitesparse-dev
Description: nonlinear least squares minimizer (development files)
Ceres Solver is an open source C++ library for modeling and solving large,
complicated optimization problems.
It is a feature rich, mature and performant library which has been used
in production at Google since 2010.
.
Ceres Solver can solve two kinds of problems.
- Non-linear Least Squares problems with bounds constraints.
- General unconstrained optimization problems.
.
This package contains the development header files.
Package: libceres4t64
Provides: ${t64:Provides}
Replaces: libceres4
Breaks: libceres4 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Description: nonlinear least squares minimizer (shared library)
Ceres Solver is an open source C++ library for modeling and solving large,
complicated optimization problems.
It is a feature rich, mature and performant library which has been used
in production at Google since 2010.
.
Ceres Solver can solve two kinds of problems.
- Non-linear Least Squares problems with bounds constraints.
- General unconstrained optimization problems.
.
This package contains the shared library.
Package: ceres-solver-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends},
libjs-mathjax,
libjs-jquery,
libjs-modernizr,
libjs-underscore,
libjs-sphinxdoc,
node-html5shiv,
fonts-lato
Description: documentation for ceres-solver
Ceres Solver is an open source C++ library for modeling and solving large,
complicated optimization problems.
It is a feature rich, mature and performant library which has been used
in production at Google since 2010.
.
Ceres Solver can solve two kinds of problems.
- Non-linear Least Squares problems with bounds constraints.
- General unconstrained optimization problems.
.
This package contains the documentation found on http://ceres-solver.org/
and the examples that were included with the release.
|