WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::math::EigenMatrixLike Concept Reference

#include <wpi/math/linalg/ct_matrix.hpp>

Concept definition

template<typename T>
concept wpi::math::EigenMatrixLike = std::derived_from<T, Eigen::MatrixBase<T>>
Definition ct_matrix.hpp:17