Type Definition nalgebra::base::VectorSum

source ·
pub type VectorSum<N, R1, R2> = Matrix<N, SameShapeR<R1, R2>, U1, SameShapeStorage<N, R1, U1, R2, U1>>;
Expand description

The type of the result of a matrix sum.