Type Definition ndarray::Ix6[][src]

type Ix6 = Dim<[Ix; 6]>;
Expand description

six-dimensional

Trait Implementations

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

type Output = Ix6

The resulting dimension type after broadcasting.

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

type Output = Ix6

The resulting dimension type after broadcasting.

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

type Output = Ix6

The resulting dimension type after broadcasting.

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

type Output = Ix6

The resulting dimension type after broadcasting.

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

type Output = Ix6

The resulting dimension type after broadcasting.

impl DimMax<Dim<[usize; 5]>> for Ix6[src]

type Output = Ix6

The resulting dimension type after broadcasting.

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

type Output = IxDyn

The resulting dimension type after broadcasting.