You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Calculations with Eigen vectors assign some internal type to auto variables which is inconvenient at times. Consider using std::array instead. If needed Eigen::Map or std::mdspan could be used within functions to make calculations easier to express.
The text was updated successfully, but these errors were encountered:
Calculations with Eigen vectors assign some internal type to
auto
variables which is inconvenient at times. Consider using std::array instead. If needed Eigen::Map or std::mdspan could be used within functions to make calculations easier to express.The text was updated successfully, but these errors were encountered: