Loading [MathJax]/extensions/tex2jax.js
WPILibC++ 2025.3.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
sleipnir::EigenMatrixLike Concept Reference

#include </home/runner/work/allwpilib/allwpilib/wpimath/src/main/native/thirdparty/sleipnir/include/sleipnir/util/Concepts.hpp>

Concept definition

template<typename T>
concept sleipnir::EigenMatrixLike = std::derived_from<T, Eigen::MatrixBase<T>>
Definition Concepts.hpp:25