neartree 3.1.1-2.1 source package in Ubuntu

Changelog

neartree (3.1.1-2.1) unstable; urgency=medium


  * Non-maintainer upload.
  * Build-depend on libtool-bin. Closes: #761778.

 -- Matthias Klose <email address hidden>  Thu, 09 Oct 2014 09:59:51 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe libdevel
Xenial release universe libdevel

Downloads

File Size SHA-256 Checksum
neartree_3.1.1-2.1.dsc 1.4 KiB 2fb728c103d0e06409d0f2d4bc3dfee426bd16c6145d412ec4675359e4ac9554
neartree_3.1.1.orig.tar.gz 121.9 KiB 5f26d0bef816f492d3939fbe06b8523a495a1fe4d06e9f8283f68a55436961ae
neartree_3.1.1-2.1.debian.tar.xz 4.1 KiB 87ddbfdabf2caed487a62f1136203e24835e590e201295812c25bb7ba69984ff

Available diffs

No changes file available.

Binary packages built by this source

libcneartree-dev: No summary available for libcneartree-dev in ubuntu yakkety.

No description available for libcneartree-dev in ubuntu yakkety.

libcneartree5: No summary available for libcneartree5 in ubuntu vivid.

No description available for libcneartree5 in ubuntu vivid.

libcneartree5-dbgsym: debug symbols for package libcneartree5

 Neartree is an API and a library for finding nearest neighbors among
 points in spaces of arbitrary dimensions.
 .
 The library uses the Nearest Neighbor algorithm after Kalantari and
 McDonald, (IEEE Transactions on Software Engineering, v. SE-9, pp.
 631-634,1983) modified to use recursion instead of a double-linked tree
 and simplified so that it does less checking for things like is the
 distance to the right less than the distance to the left; it was found
 that these checks make little to no difference.