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