Struct blas_array2::blas2::gemv::GEMV_Builder
source · pub struct GEMV_Builder<'a, 'x, 'y, F>where
F: BLASFloat,{ /* private fields */ }
Expand description
Builder for GEMV_
.
Implementations§
source§impl<'a, 'x, 'y, F> GEMV_Builder<'a, 'x, 'y, F>where
F: BLASFloat,
impl<'a, 'x, 'y, F> GEMV_Builder<'a, 'x, 'y, F>where
F: BLASFloat,
pub fn a(self, value: ArrayView2<'a, F>) -> Self
pub fn x(self, value: ArrayView1<'x, F>) -> Self
pub fn y<VALUE: Into<ArrayViewMut1<'y, 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 trans<VALUE: Into<BLASTranspose>>(self, value: VALUE) -> Self
Trait Implementations§
source§impl<'a, 'x, 'y, F> BLASBuilder<'y, F, Dim<[usize; 1]>> for GEMV_Builder<'a, 'x, 'y, F>
impl<'a, 'x, 'y, F> BLASBuilder<'y, F, Dim<[usize; 1]>> for GEMV_Builder<'a, 'x, 'y, F>
Auto Trait Implementations§
impl<'a, 'x, 'y, F> Freeze for GEMV_Builder<'a, 'x, 'y, F>where
F: Freeze,
impl<'a, 'x, 'y, F> RefUnwindSafe for GEMV_Builder<'a, 'x, 'y, F>where
F: RefUnwindSafe,
impl<'a, 'x, 'y, F> Send for GEMV_Builder<'a, 'x, 'y, F>
impl<'a, 'x, 'y, F> Sync for GEMV_Builder<'a, 'x, 'y, F>
impl<'a, 'x, 'y, F> Unpin for GEMV_Builder<'a, 'x, 'y, F>where
F: Unpin,
impl<'a, 'x, 'y, F> !UnwindSafe for GEMV_Builder<'a, 'x, 'y, 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