Trait ndarray::RemoveAxis
[−]
[src]
pub trait RemoveAxis: Dimension { type Smaller: Dimension; fn remove_axis(&self, axis: usize) -> Self::Smaller; }
Helper trait to define a larger-than relation for array shapes: removing one axis from Self gives smaller dimension Smaller.
Associated Types
type Smaller: Dimension
Required Methods
fn remove_axis(&self, axis: usize) -> Self::Smaller
Implementors
impl RemoveAxis for Ix
impl RemoveAxis for (Ix, Ix)
impl RemoveAxis for (Ix, Ix, Ix)
impl RemoveAxis for (Ix, Ix, Ix, Ix)
impl RemoveAxis for (Ix, Ix, Ix, Ix, Ix)
impl RemoveAxis for (Ix, Ix, Ix, Ix, Ix, Ix)
impl RemoveAxis for (Ix, Ix, Ix, Ix, Ix, Ix, Ix)
impl RemoveAxis for (Ix, Ix, Ix, Ix, Ix, Ix, Ix, Ix)
impl RemoveAxis for (Ix, Ix, Ix, Ix, Ix, Ix, Ix, Ix, Ix)
impl RemoveAxis for (Ix, Ix, Ix, Ix, Ix, Ix, Ix, Ix, Ix, Ix)
impl RemoveAxis for (Ix, Ix, Ix, Ix, Ix, Ix, Ix, Ix, Ix, Ix, Ix)
impl RemoveAxis for (Ix, Ix, Ix, Ix, Ix, Ix, Ix, Ix, Ix, Ix, Ix, Ix)
impl RemoveAxis for Vec<Ix>