Struct blas_array2::blas2::symv::SYMV_Builder
source · pub struct SYMV_Builder<'a, 'x, 'y, F, S>where
F: BLASFloat,
S: BLASSymmetric,{ /* private fields */ }
Expand description
Builder for SYMV_
.
Implementations§
source§impl<'a, 'x, 'y, F, S> SYMV_Builder<'a, 'x, 'y, F, S>where
F: BLASFloat,
S: BLASSymmetric,
impl<'a, 'x, 'y, F, S> SYMV_Builder<'a, 'x, 'y, F, S>where
F: BLASFloat,
S: BLASSymmetric,
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 uplo<VALUE: Into<BLASUpLo>>(self, value: VALUE) -> Self
Trait Implementations§
source§impl<'a, 'x, 'y, F, S> BLASBuilder<'y, F, Dim<[usize; 1]>> for SYMV_Builder<'a, 'x, 'y, F, S>
impl<'a, 'x, 'y, F, S> BLASBuilder<'y, F, Dim<[usize; 1]>> for SYMV_Builder<'a, 'x, 'y, F, S>
source§impl<'a, 'x, 'y, F, S> Default for SYMV_Builder<'a, 'x, 'y, F, S>where
F: BLASFloat,
S: BLASSymmetric,
impl<'a, 'x, 'y, F, S> Default for SYMV_Builder<'a, 'x, 'y, F, S>where
F: BLASFloat,
S: BLASSymmetric,
Auto Trait Implementations§
impl<'a, 'x, 'y, F, S> Freeze for SYMV_Builder<'a, 'x, 'y, F, S>where
F: Freeze,
impl<'a, 'x, 'y, F, S> RefUnwindSafe for SYMV_Builder<'a, 'x, 'y, F, S>where
F: RefUnwindSafe,
S: RefUnwindSafe,
impl<'a, 'x, 'y, F, S> Send for SYMV_Builder<'a, 'x, 'y, F, S>where
S: Send,
impl<'a, 'x, 'y, F, S> Sync for SYMV_Builder<'a, 'x, 'y, F, S>where
S: Sync,
impl<'a, 'x, 'y, F, S> Unpin for SYMV_Builder<'a, 'x, 'y, F, S>
impl<'a, 'x, 'y, F, S> !UnwindSafe for SYMV_Builder<'a, 'x, 'y, 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