Drake
Drake C++ Documentation
fmt_eigen.h File Reference
#include <string>
#include <string_view>
#include <Eigen/Core>
#include "drake/common/fmt.h"
Include dependency graph for fmt_eigen.h:
This graph shows which files directly or indirectly include this file:

Namespaces

 drake
 

Functions

template<typename Derived >
internal::fmt_eigen_ref< Derived > fmt_eigen (const Eigen::MatrixBase< Derived > &matrix)
 When passing an Eigen::Matrix to fmt, use this wrapper function to instruct fmt to use Drake's custom formatter for Eigen types. More...