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