... | ... | @@ -4,12 +4,12 @@ This module collect the implementation of non-distributed structures like vector |
|
|
|
|
|
Folders:
|
|
|
|
|
|
* **Vector**: Implementation of vector structures
|
|
|
* **Grid**: Implementation of multi arrays
|
|
|
* **Graph**: Implementation of graph structures
|
|
|
* **NN** : Implementation of Nearest Neighbourhood search structure like CellList ...
|
|
|
* **data_type** : Definition of default data type
|
|
|
* **Space** : Definition of N-dimensional geometrical basic structures like Box, Hypercube, Sphere, Point, ...
|
|
|
* **Vector**: Implementation of vector structures (doxygen)
|
|
|
* **Grid**: Implementation of multi arrays (doxygen)
|
|
|
* **Graph**: Implementation of graph structures (doxygen)
|
|
|
* **NN** : Implementation of Nearest Neighbourhood search structure like CellList ... (doxygen)
|
|
|
* **data_type** : Definition of default data type (doxygen)
|
|
|
* **Space** : Definition of N-dimensional geometrical basic structures like Box, Hypercube, Sphere, Point, ... (doxygen)
|
|
|
|
|
|
## Overview
|
|
|
|
... | ... | @@ -22,13 +22,9 @@ All the structures must |
|
|
Specializations are allowed to be mapped or use internally STL, Boost, OpenFPM_data, or other structures
|
|
|
(consider anyway always to implement over already implemented structures inside OpenFPM_data, because they already implement the capabilities that we are going to describe)
|
|
|
|
|
|
<!--- [file: section: ] -->
|
|
|
|
|
|
<!--- [end] -->
|
|
|
|
|
|
### [Basic objects](Basic-objects)
|
|
|
### [Memory objects](Memory-objects)
|
|
|
### [Memory mapping](Memory-mappings)
|
|
|
### [Iterators](Iterators)
|
|
|
### [Template](Template order)
|
|
|
[ ### Basic objects](Basic-objects)
|
|
|
[ ### Memory objects](Memory-objects)
|
|
|
[ ### Memory mapping](Memory-mappings)
|
|
|
[ ### Iterators](Iterators)
|
|
|
[ ### Template](Template order)
|
|
|
|