Type Definition ndarray::Ix5[][src]

type Ix5 = Dim<[Ix; 5]>;

five-dimensional

Trait Implementations

impl DimMax<Dim<[usize; 0]>> for Ix5[src]

type Output = Ix5

The resulting dimension type after broadcasting.

impl DimMax<Dim<[usize; 1]>> for Ix5[src]

type Output = Ix5

The resulting dimension type after broadcasting.

impl DimMax<Dim<[usize; 2]>> for Ix5[src]

type Output = Ix5

The resulting dimension type after broadcasting.

impl DimMax<Dim<[usize; 3]>> for Ix5[src]

type Output = Ix5

The resulting dimension type after broadcasting.

impl DimMax<Dim<[usize; 4]>> for Ix5[src]

type Output = Ix5

The resulting dimension type after broadcasting.

impl DimMax<Dim<[usize; 6]>> for Ix5[src]

type Output = Ix6

The resulting dimension type after broadcasting.

impl DimMax<Dim<IxDynImpl>> for Ix5[src]

type Output = IxDyn

The resulting dimension type after broadcasting.