Type Definition rin::math::base::storage::SameShapeStorage[][src]

type SameShapeStorage<N, R1, C1, R2, C2> = <DefaultAllocator as Allocator<N, <ShapeConstraint as SameNumberOfRows<R1, R2>>::Representative, <ShapeConstraint as SameNumberOfColumns<C1, C2>>::Representative>>::Buffer;

The data storage for the sum of two matrices with dimensions (R1, C1) and (R2, C2).