nanoflann 1.4.1+ds-1 source package in Ubuntu

Changelog

nanoflann (1.4.1+ds-1) unstable; urgency=medium

  * New upstream version 1.4.1+ds

 -- Timo Röhling <email address hidden>  Sat, 08 Jan 2022 17:36:00 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
nanoflann_1.4.1+ds-1.dsc 2.0 KiB 75735a87cc6766e9615895ef0b504b2b494973ad86a4de5fc50f163feaa0d600
nanoflann_1.4.1+ds.orig.tar.xz 330.4 KiB f8ed4ac9b79b1ffa09326f3e556038396351c8e76cacbb1616001e435f3898b9
nanoflann_1.4.1+ds-1.debian.tar.xz 4.3 KiB ee2ebde5a23c8a9d98b27285921de8f7dcf88280e0bcc80f01290b3d49836a5e

Available diffs

No changes file available.

Binary packages built by this source

libnanoflann-dev: C++11 header-only library for Nearest Neighbor Search with KD-Trees

 Nanoflann is a fork of the FLANN library. Originally born as a child project
 of the Mobile Robot Programming Toolkit, nanoflann is now available as
 stand-alone library.
 .
 It trades some of the flexibility of FLANN for raw execution speed and is much
 more memory efficient, as it avoids unnecessary copies of point cloud data.