Template Class MatrixFormatter< Derived, Scalar, typename ecl::enable_if< ecl::is_float< Scalar > >::type >

Inheritance Relationships

Base Type

Class Documentation

template<typename Derived, typename Scalar>
class MatrixFormatter<Derived, Scalar, typename ecl::enable_if<ecl::is_float<Scalar>>::type> : public Eigen::FloatMatrixFormatter<Derived>

Public Functions

inline MatrixFormatter(const int &w = -1, const unsigned int &p = 2)