[][src]Type Definition nalgebra::base::Matrix3x1

type Matrix3x1<N> = MatrixMN<N, U3, U1>;

A stack-allocated, column-major, 3x1 matrix.