Files
sthen de96b42bc6 import ports/math/flann, from Johannes Thyssen Tishman, ok landry
FLANN is a library for performing fast approximate nearest neighbor
searches in high dimensional spaces. It contains a collection of
algorithms we found to work best for nearest neighbor search and a
system for automatically choosing the best algorithm and optimum
parameters depending on the dataset.
2024-12-27 16:13:10 +00:00

65 lines
2.0 KiB
Plaintext

include/flann/
include/flann/algorithms/
include/flann/algorithms/all_indices.h
include/flann/algorithms/autotuned_index.h
include/flann/algorithms/center_chooser.h
include/flann/algorithms/composite_index.h
include/flann/algorithms/dist.h
include/flann/algorithms/hierarchical_clustering_index.h
include/flann/algorithms/kdtree_cuda_3d_index.h
include/flann/algorithms/kdtree_cuda_builder.h
include/flann/algorithms/kdtree_index.h
include/flann/algorithms/kdtree_single_index.h
include/flann/algorithms/kmeans_index.h
include/flann/algorithms/linear_index.h
include/flann/algorithms/lsh_index.h
include/flann/algorithms/nn_index.h
include/flann/config.h
include/flann/defines.h
include/flann/flann.h
include/flann/flann.hpp
include/flann/general.h
include/flann/io/
include/flann/io/hdf5.h
include/flann/mpi/
include/flann/mpi/client.h
include/flann/mpi/index.h
include/flann/mpi/matrix.h
include/flann/mpi/queries.h
include/flann/mpi/server.h
include/flann/nn/
include/flann/nn/ground_truth.h
include/flann/nn/index_testing.h
include/flann/nn/simplex_downhill.h
include/flann/util/
include/flann/util/allocator.h
include/flann/util/any.h
include/flann/util/cuda/
include/flann/util/cuda/heap.h
include/flann/util/cuda/result_set.h
include/flann/util/cutil_math.h
include/flann/util/dynamic_bitset.h
include/flann/util/heap.h
include/flann/util/logger.h
include/flann/util/lsh_table.h
include/flann/util/matrix.h
include/flann/util/object_factory.h
include/flann/util/params.h
include/flann/util/random.h
include/flann/util/result_set.h
include/flann/util/sampling.h
include/flann/util/saving.h
include/flann/util/serialization.h
include/flann/util/timer.h
lib/cmake/
lib/cmake/flann/
lib/cmake/flann/flann-config-version.cmake
lib/cmake/flann/flann-config.cmake
lib/cmake/flann/flann-targets${MODCMAKE_BUILD_SUFFIX}
lib/cmake/flann/flann-targets.cmake
@lib lib/libflann.so.${LIBflann_VERSION}
@lib lib/libflann_cpp.so.${LIBflann_cpp_VERSION}
@static-lib lib/libflann_cpp_s.a
@static-lib lib/libflann_s.a
lib/pkgconfig/flann.pc