pub struct SYR2K_Builder<'a, 'b, 'c, F>where
F: SYR2KNum,{ /* private fields */ }
Expand description
Builder for SYR2K_
.
Implementations§
Source§impl<'a, 'b, 'c, F> SYR2K_Builder<'a, 'b, 'c, F>where
F: SYR2KNum,
impl<'a, 'b, 'c, F> SYR2K_Builder<'a, 'b, 'c, F>where
F: SYR2KNum,
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>>(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 SYR2K_Builder<'a, 'b, 'c, F>where
F: SYR2KNum,
impl<'a, 'b, 'c, F> BLASBuilder<'c, F, Dim<[usize; 2]>> for SYR2K_Builder<'a, 'b, 'c, F>where
F: SYR2KNum,
Auto Trait Implementations§
impl<'a, 'b, 'c, F> Freeze for SYR2K_Builder<'a, 'b, 'c, F>where
F: Freeze,
impl<'a, 'b, 'c, F> RefUnwindSafe for SYR2K_Builder<'a, 'b, 'c, F>where
F: RefUnwindSafe,
impl<'a, 'b, 'c, F> Send for SYR2K_Builder<'a, 'b, 'c, F>
impl<'a, 'b, 'c, F> Sync for SYR2K_Builder<'a, 'b, 'c, F>where
F: Sync,
impl<'a, 'b, 'c, F> Unpin for SYR2K_Builder<'a, 'b, 'c, F>where
F: Unpin,
impl<'a, 'b, 'c, F> !UnwindSafe for SYR2K_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