Type Definition dfdx::shapes::Rank4

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

Compile time known shape with 4 dimensions