You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<divclass="line"><spanclass="keywordflow">throw</span> std::logic_error(fmt::format(<spanclass="stringliteral">"Invalid M = {}"</span>, <aclass="code hl_function" href="#a0655e16a159b287851163900c29d2b4f">fmt_eigen</a>(M)));</div>
2288
2288
<divclass="line">}</div>
2289
-
<divclass="ttc" id="anamespacedrake_html_a0655e16a159b287851163900c29d2b4f"><divclass="ttname"><ahref="#a0655e16a159b287851163900c29d2b4f">drake::fmt_eigen</a></div><divclass="ttdeci">internal::fmt_eigen_ref< typename Derived::Scalar > fmt_eigen(const Eigen::MatrixBase< Derived > &matrix)</div><divclass="ttdoc">When passing an Eigen::Matrix to fmt, use this wrapper function to instruct fmt to use Drake's custom...</div><divclass="ttdef"><b>Definition</b> fmt_eigen.h:56</div></div>
2289
+
<divclass="ttc" id="anamespacedrake_html_a0655e16a159b287851163900c29d2b4f"><divclass="ttname"><ahref="#a0655e16a159b287851163900c29d2b4f">drake::fmt_eigen</a></div><divclass="ttdeci">internal::fmt_eigen_ref< typename Derived::Scalar > fmt_eigen(const Eigen::MatrixBase< Derived > &matrix)</div><divclass="ttdoc">When passing an Eigen::Matrix to fmt, use this wrapper function to instruct fmt to use Drake's custom...</div><divclass="ttdef"><b>Definition</b> fmt_eigen.h:77</div></div>
2290
2290
</div><!-- fragment --><dlclass="section warning"><dt>Warning</dt><dd>The return value of this function should only ever be used as a temporary object, i.e., in a fmt argument list or a logging statement argument list. Never store it as a local variable, member field, etc.</dd></dl>
2291
2291
<dlclass="section note"><dt>Note</dt><dd>To ensure floating-point data is formatted without losing any digits, Drake's code is compiled using -DEIGEN_NO_IO, which enforces that nothing within Drake is allowed to use Eigen's <spanclass="tt">operator<<</span>. Downstream code that calls into Drake is not required to use that option; it is only enforced by Drake's build system, not by Drake's headers. </dd></dl>
0 commit comments