mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Added an Eigen::SparseMatrix formatter. Also modified the Eigen::Matrix formatter to support Eigen::MatrixXd. Eigen::MatrixXd sets both dimension template arguments to -1, so they can't be used for iteration. rows() and cols() are now used instead. rows() and cols() are constexpr for statically sized matrices, so there's no performance loss there.