pub struct HEMM_<'a, 'b, 'c, F>where
F: HEMMNum,{
pub a: ArrayView2<'a, F>,
pub b: ArrayView2<'b, F>,
pub c: Option<ArrayViewMut2<'c, F>>,
pub alpha: F,
pub beta: F,
pub side: BLASSide,
pub uplo: BLASUpLo,
pub layout: Option<BLASLayout>,
}
Fields§
§a: ArrayView2<'a, F>
§b: ArrayView2<'b, F>
§c: Option<ArrayViewMut2<'c, F>>
§alpha: F
§beta: F
§side: BLASSide
§uplo: BLASUpLo
§layout: Option<BLASLayout>
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'b, 'c, F> Freeze for HEMM_<'a, 'b, 'c, F>where
F: Freeze,
impl<'a, 'b, 'c, F> RefUnwindSafe for HEMM_<'a, 'b, 'c, F>where
F: RefUnwindSafe,
impl<'a, 'b, 'c, F> Send for HEMM_<'a, 'b, 'c, F>
impl<'a, 'b, 'c, F> Sync for HEMM_<'a, 'b, 'c, F>where
F: Sync,
impl<'a, 'b, 'c, F> Unpin for HEMM_<'a, 'b, 'c, F>where
F: Unpin,
impl<'a, 'b, 'c, F> !UnwindSafe for HEMM_<'a, 'b, 'c, F>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more