pub type dmat2 = dmat2x2;
Matrix of 2 x 2 double-precision floating-point values.
struct dmat2(pub [Element<dvec2>; 2], pub PhantomData<fn(_: dvec2)>);
0: [Element<dvec2>; 2]
1: PhantomData<fn(_: dvec2)>