pub struct HPR_Builder<'x, 'a, F>where
F: HPRNum,{ /* private fields */ }
Expand description
Builder for HPR_
.
Implementations§
Source§impl<'x, 'a, F> HPR_Builder<'x, 'a, F>where
F: HPRNum,
impl<'x, 'a, F> HPR_Builder<'x, 'a, F>where
F: HPRNum,
pub fn x(self, value: ArrayView1<'x, F>) -> Self
pub fn ap<VALUE: Into<ArrayViewMut1<'a, F>>>(self, value: VALUE) -> Self
pub fn alpha<VALUE: Into<F::RealFloat>>(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, 'a, F> BLASBuilder<'a, F, Dim<[usize; 1]>> for HPR_Builder<'x, 'a, F>where
F: HPRNum,
impl<'x, 'a, F> BLASBuilder<'a, F, Dim<[usize; 1]>> for HPR_Builder<'x, 'a, F>where
F: HPRNum,
Auto Trait Implementations§
impl<'x, 'a, F> Freeze for HPR_Builder<'x, 'a, F>
impl<'x, 'a, F> RefUnwindSafe for HPR_Builder<'x, 'a, F>
impl<'x, 'a, F> Send for HPR_Builder<'x, 'a, F>
impl<'x, 'a, F> Sync for HPR_Builder<'x, 'a, F>
impl<'x, 'a, F> Unpin for HPR_Builder<'x, 'a, F>
impl<'x, 'a, F> !UnwindSafe for HPR_Builder<'x, '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