Struct blas_array2::blas3::syrk::SYRK_
source · pub struct SYRK_<'a, 'c, F, S>{
pub a: ArrayView2<'a, F>,
pub c: Option<ArrayViewMut2<'c, F>>,
pub alpha: S::HermitianFloat,
pub beta: S::HermitianFloat,
pub uplo: BLASUpLo,
pub trans: BLASTranspose,
}
Fields§
§a: ArrayView2<'a, F>
§c: Option<ArrayViewMut2<'c, F>>
§alpha: S::HermitianFloat
§beta: S::HermitianFloat
§uplo: BLASUpLo
§trans: BLASTranspose
Trait Implementations§
Auto Trait Implementations§
impl<'a, 'c, F, S> Freeze for SYRK_<'a, 'c, F, S>
impl<'a, 'c, F, S> RefUnwindSafe for SYRK_<'a, 'c, F, S>
impl<'a, 'c, F, S> Send for SYRK_<'a, 'c, F, S>
impl<'a, 'c, F, S> Sync for SYRK_<'a, 'c, F, S>
impl<'a, 'c, F, S> Unpin for SYRK_<'a, 'c, F, S>
impl<'a, 'c, F, S> !UnwindSafe for SYRK_<'a, 'c, 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