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
|
Source: vdt
Section: libs
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Alex Myczko <tar@debian.org>,
Stephan Lachnit <stephanlachnit@debian.org>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
cmake,
python3-all,
Standards-Version: 4.7.0
Homepage: https://github.com/dpiparo/vdt
Vcs-Browser: https://salsa.debian.org/science-team/vdt
Vcs-Git: https://salsa.debian.org/science-team/vdt.git
Package: libvdt-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
libvdt0.4 (= ${binary:Version}),
Description: vectorised math library - development files
This is vectorised math library
- a collection of fast and inline implementations of mathematical functions
- the functions can be used in autovectorised loops
- double and single precision implementations are available
- no overhead present, no intrinsics used
.
A scalar (T(T)) and array signature (void(const unsigned int, T*, T*)) are
provided. Born and developed at CERN, it is used, among the others, by LHC
experiments and the Geant4 simulation toolkit.
.
Much of the VDT code is inspired by the well known Cephes mathematical
library.
.
This package contains the development files for vdt.
Package: libvdt0.4
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Description: vectorised math library
This is vectorised math library
- a collection of fast and inline implementations of mathematical functions
- the functions can be used in autovectorised loops
- double and single precision implementations are available
- no overhead present, no intrinsics used
.
A scalar (T(T)) and array signature (void(const unsigned int, T*, T*)) are
provided. Born and developed at CERN, it is used, among the others, by LHC
experiments and the Geant4 simulation toolkit.
.
Much of the VDT code is inspired by the well known Cephes mathematical
library.
|