pub type Mat = Vec<Vec<f64>>;
A square matrix in conductor order, row major.
pub struct Mat { /* private fields */ }