Type Definition nalgebra::base::MatrixSum

source ·
pub type MatrixSum<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 sum.