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

Complex conjugate trait.

Required Methods

Perform complex conjugation.

Implementations on Foreign Types

Implementors