[−][src]Trait ndarray::RemoveAxis
Array shape with a next smaller dimension.
RemoveAxis defines a larger-than relation for array shapes:
removing one axis from Self gives smaller dimension Smaller.
Required Methods
fn remove_axis(&self, axis: Axis) -> Self::Smaller
Implementors
impl RemoveAxis for Dim<[Ix; 1]>[src]
impl RemoveAxis for Dim<[Ix; 1]>fn remove_axis(&self, _: Axis) -> Ix0[src]
fn remove_axis(&self, _: Axis) -> Ix0impl RemoveAxis for Dim<[Ix; 2]>[src]
impl RemoveAxis for Dim<[Ix; 2]>fn remove_axis(&self, axis: Axis) -> Ix1[src]
fn remove_axis(&self, axis: Axis) -> Ix1impl RemoveAxis for Dim<[Ix; 3]>[src]
impl RemoveAxis for Dim<[Ix; 3]>fn remove_axis(&self, axis: Axis) -> Self::Smaller[src]
fn remove_axis(&self, axis: Axis) -> Self::Smallerimpl RemoveAxis for Dim<[Ix; 4]>[src]
impl RemoveAxis for Dim<[Ix; 4]>fn remove_axis(&self, axis: Axis) -> Self::Smaller[src]
fn remove_axis(&self, axis: Axis) -> Self::Smallerimpl RemoveAxis for Dim<[Ix; 5]>[src]
impl RemoveAxis for Dim<[Ix; 5]>fn remove_axis(&self, axis: Axis) -> Self::Smaller[src]
fn remove_axis(&self, axis: Axis) -> Self::Smallerimpl RemoveAxis for Dim<[Ix; 6]>[src]
impl RemoveAxis for Dim<[Ix; 6]>fn remove_axis(&self, axis: Axis) -> Self::Smaller[src]
fn remove_axis(&self, axis: Axis) -> Self::Smallerimpl RemoveAxis for Dim<IxDynImpl>[src]
impl RemoveAxis for Dim<IxDynImpl>fn remove_axis(&self, axis: Axis) -> Self[src]
fn remove_axis(&self, axis: Axis) -> Self