#include <assert.h>
#include "compact_impl.hpp"
Go to the source code of this file.
Classes | |
class | util::Compact2D< T, DEBUG > |
Provides a 2D array of T which is compact in memory to optimize caches and memory allocations. More... | |
class | util::Compact3D< T > |
provide three dimensional arrays which are compact in memory (for cache performance). More... | |
Namespaces | |
namespace | util |
This namespace provides multiple utilitarian classes and function used in 1D and 2D partitioning algorithm (for instance as input and output). |