Matrix

Type Alias Matrix 

Source
pub type Matrix = Vec<Vec<f64>>;

Aliased Typeยง

pub struct Matrix { /* private fields */ }