pub struct Unitary;Expand description
Unitary operator: TT = TT = I.
Unitary operators preserve inner products and norms.
Trait Implementations§
impl Copy for Unitary
impl Eq for Unitary
impl StructuralPartialEq for Unitary
impl SymmetryProperty for Unitary
Auto Trait Implementations§
impl Freeze for Unitary
impl RefUnwindSafe for Unitary
impl Send for Unitary
impl Sync for Unitary
impl Unpin for Unitary
impl UnwindSafe for Unitary
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