Trait VectorMhadd

pub trait VectorMhadd

Associated Types

type Result;

Required Methods

unsafe fn vec_mhadd(self, b: Self, c: Self::Result) -> Self::Result

Implementors