Trait scirust::matrix::traits::StridedNumberMatrix [] [src]

pub trait StridedNumberMatrix<T: FieldPartial>: NumberMatrix<T> + Strided { }

A matrix which is both a number matrix and is strided.

Implementors