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