Type Definition nalgebra::base::storage::SameShapeStorage [−][src]
type SameShapeStorage<N, R1, C1, R2, C2> = <DefaultAllocator as Allocator<N, SameShapeR<R1, R2>, SameShapeC<C1, C2>>>::Buffer;
The data storage for the sum of two matrices with dimensions (R1, C1)
and (R2, C2)
.