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ยง

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.
stack
Construct a new matrix by stacking matrices in a block matrix.
vector
Construct a fixed-size column vector directly from data.