Skip to main content

Mat

Type Alias Mat 

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

A square matrix in conductor order, row major.

Aliased Typeยง

pub struct Mat { /* private fields */ }