Type Definition ndarray::Ix4

source ·
pub type Ix4 = Dim<[Ix; 4]>;
Expand description

four-dimensional

Trait Implementations§

source§

impl DimMax<Dim<[usize; 0]>> for Ix4

§

type Output = Dim<[usize; 4]>

The resulting dimension type after broadcasting.
source§

impl DimMax<Dim<[usize; 1]>> for Ix4

§

type Output = Dim<[usize; 4]>

The resulting dimension type after broadcasting.
source§

impl DimMax<Dim<[usize; 2]>> for Ix4

§

type Output = Dim<[usize; 4]>

The resulting dimension type after broadcasting.
source§

impl DimMax<Dim<[usize; 3]>> for Ix4

§

type Output = Dim<[usize; 4]>

The resulting dimension type after broadcasting.
source§

impl DimMax<Dim<[usize; 5]>> for Ix4

§

type Output = Dim<[usize; 5]>

The resulting dimension type after broadcasting.
source§

impl DimMax<Dim<[usize; 6]>> for Ix4

§

type Output = Dim<[usize; 6]>

The resulting dimension type after broadcasting.
source§

impl DimMax<Dim<IxDynImpl>> for Ix4

§

type Output = Dim<IxDynImpl>

The resulting dimension type after broadcasting.