Struct blas_array2::blas2::syr::SYR_Builder
source · pub struct SYR_Builder<'x, 'a, F, S>where
F: BLASFloat,
S: BLASSymmetric,{ /* private fields */ }
Expand description
Builder for SYR_
.
Implementations§
source§impl<'x, 'a, F, S> SYR_Builder<'x, 'a, F, S>where
F: BLASFloat,
S: BLASSymmetric,
impl<'x, 'a, F, S> SYR_Builder<'x, 'a, F, S>where
F: BLASFloat,
S: BLASSymmetric,
Trait Implementations§
source§impl<'x, 'a, F, S> BLASBuilder<'a, F, Dim<[usize; 2]>> for SYR_Builder<'x, 'a, F, S>
impl<'x, 'a, F, S> BLASBuilder<'a, F, Dim<[usize; 2]>> for SYR_Builder<'x, 'a, F, S>
source§impl<'x, 'a, F, S> Default for SYR_Builder<'x, 'a, F, S>where
F: BLASFloat,
S: BLASSymmetric,
impl<'x, 'a, F, S> Default for SYR_Builder<'x, 'a, F, S>where
F: BLASFloat,
S: BLASSymmetric,
Auto Trait Implementations§
impl<'x, 'a, F, S> Freeze for SYR_Builder<'x, 'a, F, S>where
F: Freeze,
impl<'x, 'a, F, S> RefUnwindSafe for SYR_Builder<'x, 'a, F, S>where
F: RefUnwindSafe,
S: RefUnwindSafe,
impl<'x, 'a, F, S> Send for SYR_Builder<'x, 'a, F, S>where
S: Send,
impl<'x, 'a, F, S> Sync for SYR_Builder<'x, 'a, F, S>where
S: Sync,
impl<'x, 'a, F, S> Unpin for SYR_Builder<'x, 'a, F, S>
impl<'x, 'a, F, S> !UnwindSafe for SYR_Builder<'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