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