|
occ
|
#include <algorithm>#include <array>#include <fmt/core.h>#include <occ/core/linear_algebra.h>#include <occ/crystal/crystal.h>#include <occ/descriptors/sorted_k_distances.h>Classes | |
| class | occ::descriptors::FastNeighborFinder< MaxK > |
| Faster neighbor finding using incremental shell approach. More... | |
Namespaces | |
| namespace | occ |
| namespace | occ::descriptors |
Functions | |
| template<int MaxK = 256> | |
| void | occ::descriptors::find_multiple_k_nearest (const crystal::Crystal &crystal, const Mat3N &query_points, int k, Mat &out_distances) |
| Convenient wrapper for multiple query points. | |