ndarray
NumPy-friendly multidimensional arrays in C++
|
iostream output support for Expression. More...
Go to the source code of this file.
Classes | |
class | ndarray::FormatOptions |
Options for controlling stream output of ExpressionBase. More... | |
class | ndarray::detail::Formatter< Derived, N > |
class | ndarray::detail::Formatter< Derived, 1 > |
Functions | |
template<typename Derived > | |
std::ostream & | ndarray::operator<< (std::ostream &os, ExpressionBase< Derived > const &expr) |
Stream output for ExpressionBase using default-constructed FormatOptions. | |
std::ostream & | ndarray::detail::operator<< (std::ostream &os, std::int8_t value) |
Stream char as integer rather than as a nonprintable character. | |
std::ostream & | ndarray::detail::operator<< (std::ostream &os, std::uint8_t value) |
Stream uchar as integer rather than as a nonprintable character. | |
iostream output support for Expression.