Updated Home (markdown) authored by Anonymous's avatar Anonymous
...@@ -4,12 +4,12 @@ This module collect the implementation of non-distributed structures like vector ...@@ -4,12 +4,12 @@ This module collect the implementation of non-distributed structures like vector
Folders: Folders:
* **Vector**: Implementation of vector structures * **Vector**: Implementation of vector structures (doxygen)
* **Grid**: Implementation of multi arrays * **Grid**: Implementation of multi arrays (doxygen)
* **Graph**: Implementation of graph structures * **Graph**: Implementation of graph structures (doxygen)
* **NN** : Implementation of Nearest Neighbourhood search structure like CellList ... * **NN** : Implementation of Nearest Neighbourhood search structure like CellList ... (doxygen)
* **data_type** : Definition of default data type * **data_type** : Definition of default data type (doxygen)
* **Space** : Definition of N-dimensional geometrical basic structures like Box, Hypercube, Sphere, Point, ... * **Space** : Definition of N-dimensional geometrical basic structures like Box, Hypercube, Sphere, Point, ... (doxygen)
## Overview ## Overview
...@@ -22,13 +22,9 @@ All the structures must ...@@ -22,13 +22,9 @@ All the structures must
Specializations are allowed to be mapped or use internally STL, Boost, OpenFPM_data, or other structures 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) (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: ] --> [ ### Basic objects](Basic-objects)
[ ### Memory objects](Memory-objects)
<!--- [end] --> [ ### Memory mapping](Memory-mappings)
[ ### Iterators](Iterators)
### [Basic objects](Basic-objects) [ ### Template](Template order)
### [Memory objects](Memory-objects)
### [Memory mapping](Memory-mappings)
### [Iterators](Iterators)
### [Template](Template order)