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