File: control

package info (click to toggle)
toon 0.0~git20220106104723.370dcd9-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,844 kB
  • sloc: ansic: 16,404; cpp: 6,883; awk: 148; makefile: 77; sh: 2
file content (28 lines) | stat: -rw-r--r-- 1,151 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
Source: toon
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Picca Frédéric-Emmanuel <picca@debian.org>, Roland Mas <lolando@debian.org>
Build-Depends: debhelper-compat (= 13), liblapack-dev, pkg-config
Standards-Version: 4.6.1
Section: libs
Homepage: https://www.edwardrosten.com/cvd/toon.html
Vcs-Browser: https://salsa.debian.org/science-team/toon
Vcs-Git: https://salsa.debian.org/science-team/toon.git
Rules-Requires-Root: no

Package: libtoon-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}
Description: C++ numerics library designed for large numbers of small matrices
 TooN is a C++ numerics library which is designed to operate
 efficiently on large numbers of small matrices, and provides easy
 access to a number of algorithms including matrix decompositions and
 optimizations.
 .
 TooN is type generic and works well with a variety of numeric types
 including double, float and automatic differentiation types.
 .
 It is designed to integrate very will with the libCVD computer vision
 library and GVars3 configuration library.