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