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

type VectorSum<T, R1, R2> = Matrix<T, SameShapeR<R1, R2>, U1, SameShapeStorage<T, R1, U1, R2, U1>>;
Expand description

The type of the result of a matrix sum.