pub struct HPR2_Builder<'x, 'y, 'a, F>where
F: HPR2Num,{ /* private fields */ }
Expand description
Builder for HPR2_
.
Implementations§
Source§impl<'x, 'y, 'a, F> HPR2_Builder<'x, 'y, 'a, F>where
F: HPR2Num,
impl<'x, 'y, 'a, F> HPR2_Builder<'x, 'y, 'a, F>where
F: HPR2Num,
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 HPR2_Builder<'x, 'y, 'a, F>where
F: HPR2Num,
impl<'x, 'y, 'a, F> BLASBuilder<'a, F, Dim<[usize; 1]>> for HPR2_Builder<'x, 'y, 'a, F>where
F: HPR2Num,
Auto Trait Implementations§
impl<'x, 'y, 'a, F> Freeze for HPR2_Builder<'x, 'y, 'a, F>where
F: Freeze,
impl<'x, 'y, 'a, F> RefUnwindSafe for HPR2_Builder<'x, 'y, 'a, F>where
F: RefUnwindSafe,
impl<'x, 'y, 'a, F> Send for HPR2_Builder<'x, 'y, 'a, F>
impl<'x, 'y, 'a, F> Sync for HPR2_Builder<'x, 'y, 'a, F>where
F: Sync,
impl<'x, 'y, 'a, F> Unpin for HPR2_Builder<'x, 'y, 'a, F>where
F: Unpin,
impl<'x, 'y, 'a, F> !UnwindSafe for HPR2_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