Trait nalgebra::base::indexing::MatrixIndex
source · pub trait MatrixIndex<'a, T, R: Dim, C: Dim, S: RawStorage<T, R, C>>: Sized {
type Output: 'a;
}
Expand description
A helper trait used for indexing operations.
Required Associated Types§
Object Safety§
This trait is not object safe.