Trait nalgebra::base::indexing::MatrixIndex [−][src]
pub trait MatrixIndex<'a, N: Scalar, R: Dim, C: Dim, S: Storage<N, R, C>>: Sized { type Output: 'a; }
Expand description
A helper trait used for indexing operations.