occ
|
Faster neighbor finding using incremental shell approach. More...
#include <fast_neighbors.h>
Public Member Functions | |
Eigen::Ref< const Eigen::ArrayXd > | find_k_nearest (const crystal::Crystal &crystal, Eigen::Ref< const Vec3 > query_pos, int k) |
Find k nearest neighbors. | |
Faster neighbor finding using incremental shell approach.
Try to avoid as much dynamic allocations in the hot path as possible
|
inline |
Find k nearest neighbors.