Go to the source code of this file.
Classes | |
class | IOFormat |
Stores a set of parameters controlling the way matrices are printed. More... | |
class | WithFormat< ExpressionType > |
Pseudo expression providing matrix output with given format. More... | |
struct | internal::significant_decimals_default_impl< Scalar, IsInteger > |
struct | internal::significant_decimals_default_impl< Scalar, true > |
struct | internal::significant_decimals_impl< Scalar > |
Namespaces | |
namespace | internal |
Enumerations | |
enum | { DontAlignCols = 1 } |
enum | { StreamPrecision = -1, FullPrecision = -2 } |
Functions | |
template<typename Derived > | |
std::ostream & | internal::print_matrix (std::ostream &s, const Derived &_m, const IOFormat &fmt) |