Type Definition dfdx::shapes::Rank3

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

Compile time known shape with 3 dimensions