|
DNDSR 0.1.0.dev1+gcd065ad
Distributed Numeric Data Structure for CFV
|
Device-callable view type for ArrayAdjacency. Mirrors the host operator[] returning an AdjacencyRow, but with __device__ methods.
More...
#include "AdjacencyRow.hpp"#include "../DeviceView.hpp"#include "DNDS/Defines.hpp"#include "DNDS/DeviceStorage.hpp"Go to the source code of this file.
Classes | |
| class | DNDS::ArrayAdjacencyDeviceView< B, index_T, _row_size, _row_max, _align > |
| Device-callable adjacency view: extends ArrayDeviceView so that indexing into a row returns an AdjacencyRow of indices. More... | |
Namespaces | |
| namespace | DNDS |
| the host side operators are provided as implemented | |
Device-callable view type for ArrayAdjacency. Mirrors the host operator[] returning an AdjacencyRow, but with __device__ methods.
Definition in file ArrayAdjacency_DeviceView.hpp.