|
ndarray
NumPy-friendly multidimensional arrays in C++
|
Options for controlling stream output of ExpressionBase. More...
#include <formatting.h>
Public Member Functions | |
| FormatOptions (int width=8, int precision=6, std::ios_base::fmtflags flags=std::ios_base::fmtflags(0), std::string const &delimiter=", ", std::string const &open="[", std::string const &close="]") | |
| Standard constructor. | |
| template<typename Derived > | |
| void | apply (std::ostream &os, ExpressionBase< Derived > const &expr) |
| Format the given expression into the given output stream. | |
Friends | |
| template<typename Derived , int N> | |
| class | detail::Formatter |
Options for controlling stream output of ExpressionBase.