pub struct MatrixMultiply;Expand description
Matrix multiplication (self-multiply for square-ish inputs)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MatrixMultiply
impl RefUnwindSafe for MatrixMultiply
impl Send for MatrixMultiply
impl Sync for MatrixMultiply
impl Unpin for MatrixMultiply
impl UnsafeUnpin for MatrixMultiply
impl UnwindSafe for MatrixMultiply
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