[][src]Trait cplx::Conjugable

pub trait Conjugable {
    fn conjugate(self) -> Self;
}

Required methods

fn conjugate(self) -> Self

Loading content...

Implementors

impl Conjugable for ()[src]

impl Conjugable for f32[src]

impl Conjugable for f64[src]

impl Conjugable for i8[src]

impl Conjugable for i16[src]

impl Conjugable for i32[src]

impl Conjugable for i64[src]

impl Conjugable for isize[src]

impl<A> Conjugable for SelfConjugate<A>[src]

impl<S: Sign<A>, A: Add<Output = A> + Neg<Output = A> + Conjugable> Conjugable for Complex<A, S>[src]

Loading content...