Crate nalgebra_macros
source ·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§
- Construct a dynamic matrix directly from data.
- Construct a dynamic column vector directly from data.
- Construct a fixed-size matrix directly from data.
- Construct a fixed-size point directly from data.
- Construct a new matrix by stacking matrices in a block matrix.
- Construct a fixed-size column vector directly from data.