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