Struct blas_array2::blas2::spr::SPR_
source · pub struct SPR_<'x, 'a, F, S>where
F: BLASFloat,
S: BLASSymmetric,{
pub x: ArrayView1<'x, F>,
pub ap: Option<ArrayViewMut1<'a, F>>,
pub alpha: F,
pub uplo: BLASUpLo,
pub layout: Option<BLASLayout>,
/* private fields */
}
Fields§
§x: ArrayView1<'x, F>
§ap: Option<ArrayViewMut1<'a, F>>
§alpha: F
§uplo: BLASUpLo
§layout: Option<BLASLayout>
Trait Implementations§
Auto Trait Implementations§
impl<'x, 'a, F, S> Freeze for SPR_<'x, 'a, F, S>where
F: Freeze,
impl<'x, 'a, F, S> RefUnwindSafe for SPR_<'x, 'a, F, S>where
F: RefUnwindSafe,
S: RefUnwindSafe,
impl<'x, 'a, F, S> Send for SPR_<'x, 'a, F, S>where
S: Send,
impl<'x, 'a, F, S> Sync for SPR_<'x, 'a, F, S>where
S: Sync,
impl<'x, 'a, F, S> Unpin for SPR_<'x, 'a, F, S>
impl<'x, 'a, F, S> !UnwindSafe for SPR_<'x, 'a, F, S>
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