6#include <fmt/ostream.h>
11template <
typename MatrixType>
12struct fmt::formatter<MatrixType,
14 : fmt::ostream_formatter {};
16template <
typename MatrixType>
17struct fmt::is_range<MatrixType,
21template <
typename MatrixType>
22struct fmt::formatter<
Eigen::WithFormat<MatrixType>>
23 :
public fmt::ostream_formatter {};
std::enable_if_t< is_eigen_dense_type< T >, T2 > enable_if_eigen_dense