Matrix

Type Alias Matrix 

Source
pub type Matrix<T> = Array2<T>;

Aliased Typeยง

pub struct Matrix<T> { /* private fields */ }