pub trait ComplexConjugate {
// Required methods
fn conjugate(self) -> Self;
fn conjugate_assign(&mut self);
}
Required Methods§
Sourcefn conjugate_assign(&mut self)
fn conjugate_assign(&mut self)
Replace self
with its conjugate.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.
Implementations on Foreign Types§
Source§impl ComplexConjugate for Fq2
impl ComplexConjugate for Fq2
Source§impl ComplexConjugate for Fq12
impl ComplexConjugate for Fq12
This is complex conjugation of Fq12 over Fq6
Source§impl ComplexConjugate for Fq2
impl ComplexConjugate for Fq2
Source§impl ComplexConjugate for Fq12
impl ComplexConjugate for Fq12
This is complex conjugation of Fq12 over Fq6