F64x2x2

Type Alias F64x2x2 

Source
pub type F64x2x2 = Mat<2, 2, f64, DescriptorOrderColumnMajor>;
Expand description

Type aliases for 2x2 f64 column major matrix.

Aliased Typeยง

pub struct F64x2x2(/* private fields */);