pub struct HER2K_Builder<'a, 'b, 'c, F>where
F: HER2KNum,{ /* private fields */ }
Expand description
Builder for HER2K_
.
Implementations§
Source§impl<'a, 'b, 'c, F> HER2K_Builder<'a, 'b, 'c, F>where
F: HER2KNum,
impl<'a, 'b, 'c, F> HER2K_Builder<'a, 'b, 'c, F>where
F: HER2KNum,
pub fn a(self, value: ArrayView2<'a, F>) -> Self
pub fn b(self, value: ArrayView2<'b, F>) -> Self
pub fn c<VALUE: Into<ArrayViewMut2<'c, F>>>(self, value: VALUE) -> Self
pub fn alpha<VALUE: Into<F>>(self, value: VALUE) -> Self
pub fn beta<VALUE: Into<F::RealFloat>>(self, value: VALUE) -> Self
pub fn uplo<VALUE: Into<BLASUpLo>>(self, value: VALUE) -> Self
pub fn trans<VALUE: Into<BLASTranspose>>(self, value: VALUE) -> Self
pub fn layout<VALUE: Into<BLASLayout>>(self, value: VALUE) -> Self
Trait Implementations§
Source§impl<'a, 'b, 'c, F> BLASBuilder<'c, F, Dim<[usize; 2]>> for HER2K_Builder<'a, 'b, 'c, F>where
F: HER2KNum,
impl<'a, 'b, 'c, F> BLASBuilder<'c, F, Dim<[usize; 2]>> for HER2K_Builder<'a, 'b, 'c, F>where
F: HER2KNum,
Auto Trait Implementations§
impl<'a, 'b, 'c, F> Freeze for HER2K_Builder<'a, 'b, 'c, F>
impl<'a, 'b, 'c, F> RefUnwindSafe for HER2K_Builder<'a, 'b, 'c, F>
impl<'a, 'b, 'c, F> Send for HER2K_Builder<'a, 'b, 'c, F>
impl<'a, 'b, 'c, F> Sync for HER2K_Builder<'a, 'b, 'c, F>
impl<'a, 'b, 'c, F> Unpin for HER2K_Builder<'a, 'b, 'c, F>
impl<'a, 'b, 'c, F> !UnwindSafe for HER2K_Builder<'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