[][src]Trait hcomplex::traits::Conj

pub trait Conj {
    fn conj(self) -> Self;
}

Something that can be conjugated

Required methods

fn conj(self) -> Self

Loading content...

Implementors

impl<T: Float> Conj for T[src]

impl<T: Float, A: Algebra<T>> Conj for Construction<T, A>[src]

Loading content...