ndarray

Type Alias Ix2

Source
pub type Ix2 = Dim<[Ix; 2]>;
Expand description

two-dimensional

Aliased Type§

struct Ix2 { /* private fields */ }

Trait Implementations§

Source§

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

Source§

type Output = Dim<[usize; 2]>

The resulting dimension type after broadcasting.
Source§

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

Source§

type Output = Dim<[usize; 2]>

The resulting dimension type after broadcasting.
Source§

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

Source§

type Output = Dim<[usize; 3]>

The resulting dimension type after broadcasting.
Source§

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

Source§

type Output = Dim<[usize; 4]>

The resulting dimension type after broadcasting.
Source§

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

Source§

type Output = Dim<[usize; 5]>

The resulting dimension type after broadcasting.
Source§

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

Source§

type Output = Dim<[usize; 6]>

The resulting dimension type after broadcasting.
Source§

impl DimMax<Dim<IxDynImpl>> for Ix2

Source§

type Output = Dim<IxDynImpl>

The resulting dimension type after broadcasting.