Type Definition na::VectorSum

source ·
pub type VectorSum<T, R1, R2> = Matrix<T, <ShapeConstraint as SameNumberOfRows<R1, R2>>::Representative, Const<1>, <DefaultAllocator as Allocator<T, <ShapeConstraint as SameNumberOfRows<R1, R2>>::Representative, <ShapeConstraint as SameNumberOfColumns<Const<1>, Const<1>>>::Representative>>::Buffer>;
Expand description

The type of the result of a matrix sum.