Struct hagane_simd::matrix::double2x2 [] [src]

#[repr(C)]
pub struct double2x2(pub double2, pub double2);

Methods

impl double2x2
[src]

Trait Implementations

impl Add for double2x2
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for double2x2
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul for double2x2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<double2> for double2x2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Mul<f64> for double2x2
[src]

The resulting type after applying the * operator

The method for the * operator

impl Dot<double2x2> for double2x2
[src]

impl Dot<double2> for double2x2
[src]

impl Copy for double2x2
[src]

impl Clone for double2x2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for double2x2
[src]

Formats the value using the given formatter.