Type Definition ndarray::Ix0

source ·
pub type Ix0 = Dim<[Ix; 0]>;
Expand description

zero-dimensionial

Trait Implementations§

source§

impl<D: Dimension> DimAdd<D> for Ix0

§

type Output = D

The sum of the two dimensions.
source§

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

§

type Output = Dim<[usize; 1]>

The resulting dimension type after broadcasting.
source§

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

§

type Output = Dim<[usize; 2]>

The resulting dimension type after broadcasting.
source§

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

§

type Output = Dim<[usize; 3]>

The resulting dimension type after broadcasting.
source§

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

§

type Output = Dim<[usize; 4]>

The resulting dimension type after broadcasting.
source§

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

§

type Output = Dim<[usize; 5]>

The resulting dimension type after broadcasting.
source§

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

§

type Output = Dim<[usize; 6]>

The resulting dimension type after broadcasting.
source§

impl DimMax<Dim<IxDynImpl>> for Ix0

§

type Output = Dim<IxDynImpl>

The resulting dimension type after broadcasting.