Type Definition nalgebra::base::storage::SameShapeStorage

source ·
pub type SameShapeStorage<N, R1, C1, R2, C2> = <DefaultAllocator as Allocator<N, 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).