Type Definition nalgebra::base::MatrixSum [−][src]
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.
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.