numerics 0.1.0
Loading...
Searching...
No Matches
cell_list.hpp File Reference

Cache-coherent 2D cell list for O(1) amortized neighbour queries. More...

#include <algorithm>
#include <cassert>
#include <cmath>
#include <utility>
#include <vector>

Go to the source code of this file.

Classes

struct  num::IntRange
 
class  num::CellList2D< Scalar >
 

Namespaces

namespace  num
 

Detailed Description

Cache-coherent 2D cell list for O(1) amortized neighbour queries.

Definition in file cell_list.hpp.