#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 | bitarray2 |
Two dimensional bit grid class designed to be defined as instance member in recursive_configurable class. More... | |
class | bitarray2::iterator |
Writable iterator. More... | |
class | bitarray2::const_iterator |
Read-only iterator. More... | |
struct | bitarray2::type2 |
Collection of properties of this grid. More... | |