pub type SameShapeStorage<T, R1, C1, R2, C2> = <DefaultAllocator as Allocator<T, SameShapeR<R1, R2>, SameShapeC<C1, C2>>>::Buffer;
Expand description

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