Type Alias Ix5

Source
pub type Ix5 = Dim<[Ix; 5]>;
Expand description

five-dimensional

Aliased Type§

struct Ix5 { /* private fields */ }

Trait Implementations§

Source§

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

Source§

type Output = Dim<[usize; 5]>

The resulting dimension type after broadcasting.
Source§

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

Source§

type Output = Dim<[usize; 5]>

The resulting dimension type after broadcasting.
Source§

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

Source§

type Output = Dim<[usize; 5]>

The resulting dimension type after broadcasting.
Source§

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

Source§

type Output = Dim<[usize; 5]>

The resulting dimension type after broadcasting.
Source§

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

Source§

type Output = Dim<[usize; 5]>

The resulting dimension type after broadcasting.
Source§

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

Source§

type Output = Dim<[usize; 6]>

The resulting dimension type after broadcasting.
Source§

impl DimMax<Dim<IxDynImpl>> for Ix5

Source§

type Output = Dim<IxDynImpl>

The resulting dimension type after broadcasting.