Trait zenu_matrix::matrix::IndexAxisDyn
source · pub trait IndexAxisDyn<I: IndexAxisTrait>: ToViewMatrix {
type Output<'a>: MatrixBase<Dim = DimDyn, Item = Self::Item> + ViewMatrix
where Self: 'a;
// Required method
fn index_axis_dyn(&self, index: I) -> Self::Output<'_>;
}
Required Associated Types§
type Output<'a>: MatrixBase<Dim = DimDyn, Item = Self::Item> + ViewMatrix where Self: 'a
Required Methods§
fn index_axis_dyn(&self, index: I) -> Self::Output<'_>
Object Safety§
This trait is not object safe.