#include <algorithm>#include <cstdlib>#include <cstdio>#include <ecl/config/macros.hpp>#include <ecl/utilities/blueprints.hpp>#include "../definitions.hpp"#include "../initialiser.hpp"#include "../stencil.hpp"#include "array_mem_check.hpp"
Go to the source code of this file.
Classes | |
| class | ecl::Array< Type, DynamicStorage > |
| Dynamic size container with a few bells and whistles. | |
| class | ecl::formatters::ArrayFormatter< class, N > |
| Pseudo formatter for integral type arrays. | |
| class | ecl::BluePrintFactory< Array< Type, DynamicStorage > > |
| Blueprint factory for dynamic arrays. | |
| class | ecl::blueprints::ConstantDynamicArray< Type > |
| Blueprint for generating a cubic spline satisfying C2 constraints. | |
| class | ecl::blueprints::ConstantDynamicArray< Type > |
| Blueprint for generating a cubic spline satisfying C2 constraints. | |
Namespaces | |
| ecl | |
| ecl::blueprints | |
| ecl::formatters | |
Functions | |
| OutputStream & | ecl::operator<< (OutputStream &ostream, const Array< ElementType, DynamicStorage > &array) |