Type Definition na::base::VectorSum

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

The type of the result of a matrix sum.