Type Definition nyx_space::linalg::storage::CStride

source ·
pub type CStride<T, R, C = Const<1>> = <<DefaultAllocator as Allocator<T, R, C>>::Buffer as RawStorage<T, R, C>>::CStride;
Expand description

The column-stride of the owned data storage for a buffer of dimension (R, C).