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: ann
Section: libs
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Teemu Ikonen <tpikonen@gmail.com>
Build-Depends: cdbs (>= 0.4.52), autoconf (>= 2.61), automake1.11,
libtool, debhelper (>= 7), quilt, autoconf-archive
Standards-Version: 3.9.5
Homepage: http://www.cs.umd.edu/~mount/ANN/
Vcs-Git: git://anonscm.debian.org/debian-science/packages/ann.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/ann.git
XS-Testsuite: autopkgtest
Package: libann-dev
Section: libdevel
Architecture: any
Depends: libann0 (= ${binary:Version}), ${misc:Depends}
Description: Approximate Nearest Neighbor Searching library (development files)
ANN is a library written in C++, which supports data structures and
algorithms for both exact and approximate nearest neighbor searching
in arbitrarily high dimensions. ANN assumes that distances
are measured using any class of distance functions called Minkowski
metrics. These include the well known Euclidean distance, Manhattan
distance, and max distance. ANN performs quite efficiently for point
sets ranging in size from thousands to hundreds of thousands, and in
dimensions as high as 20.
.
This package contains the header files for developing applications
with the ANN library.
Package: libann0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Approximate Nearest Neighbor Searching library
ANN is a library written in C++, which supports data structures and
algorithms for both exact and approximate nearest neighbor searching
in arbitrarily high dimensions. ANN assumes that distances
are measured using any class of distance functions called Minkowski
metrics. These include the well known Euclidean distance, Manhattan
distance, and max distance. ANN performs quite efficiently for point
sets ranging in size from thousands to hundreds of thousands, and in
dimensions as high as 20.
Package: ann-tools
Section: math
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Approximate Nearest Neighbor Searching library (tools)
ANN is a library written in C++, which supports data structures and
algorithms for both exact and approximate nearest neighbor searching
in arbitrarily high dimensions. ANN assumes that distances
are measured using any class of distance functions called Minkowski
metrics. These include the well known Euclidean distance, Manhattan
distance, and max distance. ANN performs quite efficiently for point
sets ranging in size from thousands to hundreds of thousands, and in
dimensions as high as 20.
.
This package contains the ann2fig (display ANN output in fig format)
and the ann_sample (a sample demonstration for ANN) programs.
|