Type Definition dfdx::shapes::Rank6

source ·
pub type Rank6<const M: usize, const N: usize, const O: usize, const P: usize, const Q: usize, const R: usize> = (Const<M>, Const<N>, Const<O>, Const<P>, Const<Q>, Const<R>);
Expand description

Compile time known shape with 6 dimensions