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