Noisyfox 51916ff058
Avoid using auto as type of Eigen expressions. (#8577)
According to https://eigen.tuxfamily.org/dox/TopicPitfalls.html one
should just avoid using `auto` as the type of an Eigen expression.

This PR fixes most of them I could found in the project. There might be
cases that I missed, and I might update those later if I noticed.

This should prevent issues like #7741 and hopefully fix some mysterious
crashes happened inside Eigen calls.
2025-02-26 23:07:23 +08:00
..
2024-09-07 18:16:50 +08:00
2023-12-23 17:44:09 +08:00
2024-03-17 17:33:31 +08:00
2023-08-09 13:42:41 +08:00
2024-10-07 18:10:14 +08:00