Type Definition nalgebra::base::Matrix1

source ·
pub type Matrix1<N> = MatrixN<N, U1>;
Expand description

A stack-allocated, column-major, 1x1 square matrix.