#include <cmath>#include <ecl/config/macros.hpp>#include <ecl/formatters/common.hpp>#include <ecl/formatters/number.hpp>#include <ecl/formatters/floats.hpp>#include <ecl/mpl/enable_if.hpp>#include <ecl/type_traits/fundamental_types.hpp>#include "../common/formatters.hpp"

Go to the source code of this file.
Classes | |
| class | ecl::Stencil< Array > |
| A safe windowing class that opens onto array-like containers. | |
| class | ecl::formatters::StencilFormatter< class, class, class > |
| Pseudo formatter for stencils. | |
| class | ecl::formatters::StencilFormatter< ValueType, Container, ecl::enable_if< ecl::is_float< ValueType > >::type > |
| Partial specialisation of the stencil formatter for float containers. | |
Namespaces | |
| ecl | |
| ecl::formatters | |