F64x4x4

Type Alias F64x4x4 

Source
pub type F64x4x4 = Mat<4, 4, f64, DescriptorOrderColumnMajor>;
Expand description

Type aliases for 4x4 f64 column major matrix.

Aliased Typeยง

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