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
We need to update the user guide to guide users towards the matrix! family of macros for construction from single elements, and the stack! macro for matrix concatenation.
I think we should rewrite it in such a way that we introduce matrix! as the main way of constructing small fixed-size matrices, rather than ::new(...) constructors.
The text was updated successfully, but these errors were encountered:
We need to update the user guide to guide users towards the
matrix!
family of macros for construction from single elements, and thestack!
macro for matrix concatenation.I think we should rewrite it in such a way that we introduce
matrix!
as the main way of constructing small fixed-size matrices, rather than::new(...)
constructors.The text was updated successfully, but these errors were encountered: