Implements a class for an axes-oriented interval in N dimensions. More...
#include "../defs.h"#include "../../ads/array/FixedArray.h"#include "ArrayTypes.h"#include "../algorithm/is_sorted.h"#include "../../third-party/loki/static_check.h"#include <iostream>#include <functional>#include <algorithm>#include <limits>#include <numeric>#include <cmath>#include <cassert>#include "FixedArray.ipp"#include "FixedArray0.h"#include "FixedArray1.h"#include "FixedArray2.h"#include "FixedArray3.h"#include <iosfwd>Go to the source code of this file.
Classes | |
| class | Interval< N, T > |
| An axes-oriented interval in the specified dimension. More... | |
Implements a class for an axes-oriented interval in N dimensions.
1.6.3