Crate nalgebra_macros[−][src]
Expand description
Macros for nalgebra
.
This crate is not intended for direct consumption. Instead, the macros are re-exported by
nalgebra
if the macros
feature is enabled (enabled by default).
Macros
dmatrix | Construct a dynamic matrix directly from data. |
dvector | Construct a dynamic column vector directly from data. |
matrix | Construct a fixed-size matrix directly from data. |
point | Construct a fixed-size point directly from data. |
vector | Construct a fixed-size column vector directly from data. |