Type Definition na::base::SameShapeStorage

source · []
pub type SameShapeStorage<T, R1, C1, R2, C2> = <DefaultAllocator as Allocator<T, <ShapeConstraint as SameNumberOfRows<R1, R2>>::Representative, <ShapeConstraint as SameNumberOfColumns<C1, C2>>::Representative>>::Buffer;
Expand description

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