Matrix

Type Alias Matrix 

Source
pub type Matrix<T> = Vec<Vec<T>>;
Expand description

Simple definition of a matrix from a single data type.

Aliased Typeยง

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