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