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
|
Source: cubature
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>,
Nilesh Patra <nilesh@debian.org>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-exec,
libfftw3-dev,
libfftw3-dev:native
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/cubature
Vcs-Git: https://salsa.debian.org/science-team/cubature.git
Homepage: https://github.com/stevengj/cubature
Rules-Requires-Root: no
Package: libcubature0
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
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.
|