pub struct Conj;Expand description
Complex conjugate operation: f(x) = conj(x)
Trait Implementations§
Source§impl<T> ComposableElementOp<T> for Conjwhere
T: ElementOpApply,
impl<T> ComposableElementOp<T> for Conjwhere
T: ElementOpApply,
Source§type ComposeConj = Identity
type ComposeConj = Identity
Compose with Conj: Self then Conj
Source§type ComposeTranspose = Adjoint
type ComposeTranspose = Adjoint
Compose with Transpose: Self then Transpose
Source§type ComposeAdjoint = Transpose
type ComposeAdjoint = Transpose
Compose with Adjoint: Self then Adjoint
Source§impl<T> ElementOp<T> for Conjwhere
T: ElementOpApply,
impl<T> ElementOp<T> for Conjwhere
T: ElementOpApply,
impl Copy for Conj
impl Eq for Conj
impl StructuralPartialEq for Conj
Auto Trait Implementations§
impl Freeze for Conj
impl RefUnwindSafe for Conj
impl Send for Conj
impl Sync for Conj
impl Unpin for Conj
impl UnwindSafe for Conj
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