ndarray
NumPy-friendly multidimensional arrays in C++
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
ndarray::FormatOptions Class Reference

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
 

Detailed Description

Options for controlling stream output of ExpressionBase.


The documentation for this class was generated from the following file: