Type Definition dfdx::shapes::Rank5

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

Compile time known shape with 5 dimensions