pub type DMat2 = DMat2x2;
Matrix of f64s with 2 columns and 3 rows. Alignment 16, size 48.
#[repr(C, align(16))]pub struct DMat2 { pub inner: [DVec2; 2], /* private fields */ }
inner: [DVec2; 2]