Type Definition rin::math::VectorSum [−][src]
type VectorSum<N, R1, R2> = Matrix<N, <ShapeConstraint as SameNumberOfRows<R1, R2>>::Representative, U1, <DefaultAllocator as Allocator<N, <ShapeConstraint as SameNumberOfRows<R1, R2>>::Representative, <ShapeConstraint as SameNumberOfColumns<U1, U1>>::Representative>>::Buffer>;
The type of the result of a matrix sum.