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
|
Source: cubature
Section: science
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>, Nilesh Patra <npatra974@gmail.com>
Build-Depends: debhelper-compat (= 12), dh-exec, libfftw3-dev
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/science-team/cubature.git
Vcs-Browser: https://salsa.debian.org/science-team/cubature
Homepage: https://github.com/stevengj/cubature
Rules-Requires-Root: no
Package: libcubature0
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Section: libs
Description: Multi-dimensional adaptive integration (cubature) in C (shared lib)
This is a simple C package for adaptive multidimensional integration
(cubature) of vector-valued integrands over hypercubes. Of course, it
can handle scalar integrands as the special case where f is a
one-dimensional vector: the dimensionalities of f and x are independent.
The integrand can be evaluated for an array of points at once to enable
easy parallelization.
.
This package contains the shared library.
Package: libcubature-dev
Architecture: any
Section: libdevel
Depends: libcubature0 (= ${binary:Version}), ${misc:Depends}
Description: Multi-dimensional adaptive integration (cubature) in C
This is a simple C package for adaptive multidimensional integration
(cubature) of vector-valued integrands over hypercubes. Of course, it
can handle scalar integrands as the special case where f is a
one-dimensional vector: the dimensionalities of f and x are independent.
The integrand can be evaluated for an array of points at once to enable
easy parallelization.
.
This package contains the development files.
|