#include <shiokaze/math/vec.h>
#include <shiokaze/parallel/parallel_driver.h>
#include <cassert>
#include <cstdio>
#include <algorithm>
#include <utility>
#include <shiokaze/math/shape.h>
#include "array_core2.h"
Go to the source code of this file.
Classes | |
class | array2< T > |
Two dimensional array class designed to be defined as instance member in recursive_configurable class. More... | |
class | array2< T >::iterator |
Writable iterator. More... | |
class | array2< T >::const_iterator |
Read-only iterator. More... | |
struct | array2< T >::type2 |
Collection of properties of this grid. More... | |