Type Alias Matrix

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

2D Vector of f64s

Aliased Typeยง

pub struct Matrix { /* private fields */ }