pub struct GERC_<'x, 'y, 'a, F>where
F: BLASFloat,{
pub x: ArrayView1<'x, F>,
pub y: ArrayView1<'y, F>,
pub a: Option<ArrayViewMut2<'a, F>>,
pub alpha: F,
}
Fields§
§x: ArrayView1<'x, F>
§y: ArrayView1<'y, F>
§a: Option<ArrayViewMut2<'a, F>>
§alpha: F
Trait Implementations§
Auto Trait Implementations§
impl<'x, 'y, 'a, F> Freeze for GERC_<'x, 'y, 'a, F>where
F: Freeze,
impl<'x, 'y, 'a, F> RefUnwindSafe for GERC_<'x, 'y, 'a, F>where
F: RefUnwindSafe,
impl<'x, 'y, 'a, F> Send for GERC_<'x, 'y, 'a, F>
impl<'x, 'y, 'a, F> Sync for GERC_<'x, 'y, 'a, F>where
F: Sync,
impl<'x, 'y, 'a, F> Unpin for GERC_<'x, 'y, 'a, F>where
F: Unpin,
impl<'x, 'y, 'a, F> !UnwindSafe for GERC_<'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