Struct ha_ndarray::ops::MatDiag
source · pub struct MatDiag<A> { /* private fields */ }
Expand description
A matrix diagonal read Op
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A> RefUnwindSafe for MatDiag<A>where A: RefUnwindSafe,
impl<A> Send for MatDiag<A>where A: Send,
impl<A> Sync for MatDiag<A>where A: Sync,
impl<A> Unpin for MatDiag<A>where A: Unpin,
impl<A> UnwindSafe for MatDiag<A>where A: 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