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
|
Source: yorick-yeti
Section: science
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Thibaut Paumard <thibaut@debian.org>
Build-Depends: debhelper-compat (= 13), yorick-dev (>= 2.1.06), fftw-dev, libtiff-dev
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/science-team/yorick-yeti.git
Vcs-Browser: https://salsa.debian.org/science-team/yorick-yeti
Homepage: https://github.com/emmt/Yeti
Package: yorick-yeti
Architecture: any
Depends: yorick (>= 2.1.06), ${shlibs:Depends}, ${misc:Depends}
Description: utility plugin for the Yorick language
Yeti is a collection of extension plugins for Yorick (a fast interpreted
interactive data processing language).
.
The yorick-yeti package implements:
.
* hash table objects
* wavelet filtering ("a trou" method)
* fast convolution along a chosen dimension with various border conditions
* more string functions
* memory hacking routines
* more math functions (sinc, round, arc)
* generalized matrix-vector multiplication (with possibly sparse matrix)
* routines to query/check Yorick's symbols
* morpho-math operators
* ...
Package: yorick-yeti-tiff
Architecture: any
Depends: yorick (>= 1.6.02), ${shlibs:Depends}, ${misc:Depends}
Description: TIFF image format input for the Yorick language
Yeti is a collection of extension plugins for Yorick (a fast interpreted
interactive data processing language).
.
The yorick-yeti-tiff package implements support for reading TIFF images.
Package: yorick-yeti-regex
Architecture: any
Depends: yorick (>= 1.6.02), ${shlibs:Depends}, ${misc:Depends}
Description: POSIX regular expressions for the Yorick language
Yeti is a collection of extension plugins for Yorick (a fast interpreted
interactive data processing language).
.
The yorick-yeti-regex package implements support for POSIX regular
expressions.
Package: yorick-yeti-fftw
Architecture: any
Depends: yorick (>= 1.6.02), ${shlibs:Depends}, ${misc:Depends}
Description: FFT plugin for the Yorick language
Yeti is a collection of extension plugins for Yorick (a fast interpreted
interactive data processing language).
.
The yorick-yeti-fftw package implements complex, real-complex and complex-real
fast fourier transform using FFTW2 (the Fastest Fourier Transform in the West -
version 2)
|