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,
pub layout: Option<BLASLayout>,
}
Fields§
§a: ArrayView2<'a, F>
§c: Option<ArrayViewMut2<'c, F>>
§alpha: S::HermitianFloat
§beta: S::HermitianFloat
§uplo: BLASUpLo
§trans: BLASTranspose
§layout: Option<BLASLayout>
Trait Implementations§
source§impl<'a, 'c, F, S> BLASBuilder_<'c, F, Dim<[usize; 2]>> for SYRK_<'a, 'c, F, S>where
F: BLASFloat + From<<S as BLASSymmetric>::HermitianFloat>,
S: BLASSymmetric,
BLASFunc: SYRKFunc<F, S>,
impl<'a, 'c, F, S> BLASBuilder_<'c, F, Dim<[usize; 2]>> for SYRK_<'a, 'c, F, S>where
F: BLASFloat + From<<S as BLASSymmetric>::HermitianFloat>,
S: BLASSymmetric,
BLASFunc: SYRKFunc<F, S>,
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