Type Definition nalgebra::base::MatrixCross

source ·
pub type MatrixCross<N, R1, C1, R2, C2> = Matrix<N, SameShapeR<R1, R2>, SameShapeC<C1, C2>, SameShapeStorage<N, R1, C1, R2, C2>>;
Expand description

The type of the result of a matrix cross product.