Type Definition ndarray::Ix0[][src]

type Ix0 = Dim<[Ix; 0]>;

zero-dimensionial

Trait Implementations

impl<D: Dimension> DimAdd<D> for Ix0[src]

type Output = D

The sum of the two dimensions.

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

type Output = Ix1

The resulting dimension type after broadcasting.

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

type Output = Ix2

The resulting dimension type after broadcasting.

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

type Output = Ix3

The resulting dimension type after broadcasting.

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

type Output = Ix4

The resulting dimension type after broadcasting.

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

type Output = Ix5

The resulting dimension type after broadcasting.

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

type Output = Ix6

The resulting dimension type after broadcasting.

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

type Output = IxDyn

The resulting dimension type after broadcasting.