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

type MatrixSum<N, R1, C1, R2, C2> = Matrix<N, SameShapeR<R1, R2>, SameShapeC<C1, C2>, SameShapeStorage<N, R1, C1, R2, C2>>;

The type of the result of a matrix sum.