Tyler Veness
9359431bad
[wpimath] Clean up Eigen usage
...
* Replace Matrix<> with Vector<> where vectors are explicitly intended.
I found these via `rg "Eigen::Matrix<double, \w+, 1>"`.
* Pass all Eigen matrices by const reference. I found these via `rg
"\(Eigen"` on main (the initializer list constructors make more false
positives).
* Replace MakeMatrix() and operator<< usage with initializer list
constructors. I found these via `rg MakeMatrix` and `rg "<<"`
respectively.
* Deprecate MakeMatrix()
2021-09-17 12:12:19 -07:00
..
2020-12-28 12:58:06 -08:00
2021-04-17 11:27:16 -07:00
2021-08-14 10:00:46 -07:00
2021-08-14 10:00:46 -07:00
2021-08-14 10:00:46 -07:00
2021-09-17 12:12:19 -07:00
2021-06-15 23:06:03 -07:00
2021-08-04 20:31:17 -07:00
2021-08-14 10:00:46 -07:00
2021-08-14 10:00:46 -07:00
2021-06-14 19:56:42 -07:00
2021-08-14 10:00:46 -07:00
2020-12-28 12:58:06 -08:00
2020-12-28 12:58:06 -08:00
2021-05-26 00:09:36 -07:00
2021-09-17 12:12:19 -07:00
2021-05-26 00:09:36 -07:00
2021-05-26 00:09:36 -07:00
2021-08-14 10:00:46 -07:00
2021-08-14 10:00:46 -07:00
2021-06-15 23:06:03 -07:00
2021-04-17 11:27:16 -07:00
2021-08-14 10:00:46 -07:00
2021-04-17 11:27:16 -07:00
2021-05-01 10:28:30 -07:00
2021-09-16 18:50:27 -07:00
2021-09-16 18:50:27 -07:00
2021-08-14 10:00:46 -07:00
2021-06-15 23:06:03 -07:00
2021-08-14 10:00:46 -07:00
2021-08-14 10:00:46 -07:00
2021-04-17 11:27:16 -07:00
2021-08-14 10:00:46 -07:00
2021-05-09 14:15:40 -07:00
2021-04-17 11:27:16 -07:00
2021-05-26 00:09:36 -07:00
2021-09-16 18:50:27 -07:00
2021-04-17 11:27:16 -07:00
2021-06-15 23:06:03 -07:00
2021-08-14 10:00:46 -07:00
2021-08-14 10:00:46 -07:00
2020-12-28 12:58:06 -08:00
2021-06-13 15:43:16 -07:00
2021-08-14 10:00:46 -07:00
2021-07-31 20:39:50 -07:00
2021-04-17 11:27:16 -07:00
2021-08-14 10:00:46 -07:00
2021-09-16 18:50:27 -07:00
2021-09-17 12:12:19 -07:00
2021-08-14 10:00:46 -07:00
2021-09-17 12:12:19 -07:00
2021-09-17 12:12:19 -07:00
2021-09-17 12:12:19 -07:00
2021-08-28 20:52:05 -07:00
2021-08-14 10:00:46 -07:00
2021-08-14 10:00:46 -07:00
2021-07-28 21:52:14 -07:00
2021-08-14 10:00:46 -07:00
2021-06-08 21:21:01 -07:00
2021-06-08 21:21:01 -07:00
2021-07-28 21:52:14 -07:00