Struct blas_array2::blas3::syrk::SYRK_Builder
source · pub struct SYRK_Builder<'a, 'c, F, S>{ /* private fields */ }
Expand description
Builder for SYRK_
.
Implementations§
source§impl<'a, 'c, F, S> SYRK_Builder<'a, 'c, F, S>
impl<'a, 'c, F, S> SYRK_Builder<'a, 'c, F, S>
pub fn a(self, value: ArrayView2<'a, F>) -> Self
pub fn c<VALUE: Into<ArrayViewMut2<'c, F>>>(self, value: VALUE) -> Self
pub fn alpha<VALUE: Into<S::HermitianFloat>>(self, value: VALUE) -> Self
pub fn beta<VALUE: Into<S::HermitianFloat>>(self, value: VALUE) -> Self
pub fn uplo<VALUE: Into<BLASUpLo>>(self, value: VALUE) -> Self
pub fn trans<VALUE: Into<BLASTranspose>>(self, value: VALUE) -> Self
Trait Implementations§
source§impl<'a, 'c, F, S> BLASBuilder<'c, F, Dim<[usize; 2]>> for SYRK_Builder<'a, 'c, F, S>
impl<'a, 'c, F, S> BLASBuilder<'c, F, Dim<[usize; 2]>> for SYRK_Builder<'a, 'c, F, S>
source§impl<'a, 'c, F, S> Default for SYRK_Builder<'a, 'c, F, S>
impl<'a, 'c, F, S> Default for SYRK_Builder<'a, 'c, F, S>
Auto Trait Implementations§
impl<'a, 'c, F, S> Freeze for SYRK_Builder<'a, 'c, F, S>
impl<'a, 'c, F, S> RefUnwindSafe for SYRK_Builder<'a, 'c, F, S>
impl<'a, 'c, F, S> Send for SYRK_Builder<'a, 'c, F, S>
impl<'a, 'c, F, S> Sync for SYRK_Builder<'a, 'c, F, S>
impl<'a, 'c, F, S> Unpin for SYRK_Builder<'a, 'c, F, S>
impl<'a, 'c, F, S> !UnwindSafe for SYRK_Builder<'a, 'c, F, S>
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