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
While this could help with readability, conceptually it is exactly the
same:
typedef Matrix< float, 3, 1 > Eigen::Vector3ftypedef Matrix< float, Dynamic, 1 > Eigen::VectorXf
To me it is a bit of a not-so-necessary-refactoring-effort.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#11 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHenuFwB6KQP9AShnLik1aQJzfT013K6ks5rsLZwgaJpZM4LesCY>
.
The following types are based on eigen-matrices, however we should use eigen-vectors instead:
The text was updated successfully, but these errors were encountered: