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