Dandelion 1.1.1
A light-weight 3D builder for educational usage
载入中...
搜索中...
未找到
formatter.hpp 文件参考

提供对 Eigen 列向量和方阵类型的格式化支持。 更多...

#include <Eigen/Core>
#include <fmt/core.h>

浏览该文件的源代码.

struct  fmt::formatter< Eigen::Matrix< Scalar, n_dim, 1 > >
 提供对 Eigen 列向量类型的格式化支持。 更多...
 
struct  fmt::formatter< Eigen::Matrix< Scalar, n_dim, n_dim, 0, n_dim, n_dim > >
 提供对 Eigen 方阵类型的格式化支持。 更多...
 

详细描述

提供对 Eigen 列向量和方阵类型的格式化支持。