Type Definition mdarray::CArray[][src]

pub type CArray<T, const N: usize> = DenseArray<T, Global, N, { Order::RowMajor }>;
Expand description

Dense multidimensional array with row-major element order and using global allocator.