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

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

The type of the result of a matrix sum.