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.

Associated Types

The output type returned by methods.

Implementations on Foreign Types

Implementors