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