Struct blas_array2::util::blas_traits::BLASHermi
source · pub struct BLASHermi<F>where
F: BLASFloat,{ /* private fields */ }
Expand description
Struct marker for hermitian matrix
Trait Implementations§
source§impl<F> BLASSymmetric for BLASHermi<F>where
F: BLASFloat,
impl<F> BLASSymmetric for BLASHermi<F>where
F: BLASFloat,
Auto Trait Implementations§
impl<F> Freeze for BLASHermi<F>
impl<F> RefUnwindSafe for BLASHermi<F>where
F: RefUnwindSafe,
impl<F> Send for BLASHermi<F>
impl<F> Sync for BLASHermi<F>
impl<F> Unpin for BLASHermi<F>where
F: Unpin,
impl<F> UnwindSafe for BLASHermi<F>where
F: UnwindSafe,
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