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

type VectorSum<N, R1, R2> = Matrix<N, SameShapeR<R1, R2>, U1, SameShapeStorage<N, R1, U1, R2, U1>>;

The type of the result of a matrix sum.