pub struct LinearOperation<T>{ /* private fields */ }
Expand description
$(a, b) \circ (c, d) = \lambda x. c \times (a \times x + b) + d$
Trait Implementations§
Source§impl<T> Invertible for LinearOperation<T>
impl<T> Invertible for LinearOperation<T>
Source§impl<T> Magma for LinearOperation<T>
impl<T> Magma for LinearOperation<T>
Source§impl<T> Unital for LinearOperation<T>
impl<T> Unital for LinearOperation<T>
impl<T> Associative for LinearOperation<T>
Auto Trait Implementations§
impl<T> Freeze for LinearOperation<T>
impl<T> RefUnwindSafe for LinearOperation<T>
impl<T> Send for LinearOperation<T>
impl<T> Sync for LinearOperation<T>
impl<T> Unpin for LinearOperation<T>
impl<T> UnwindSafe for LinearOperation<T>
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