Struct faer_core::ComplexConj
source · #[repr(transparent)]pub struct ComplexConj<T: RealField> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<T: Clone + RealField> Clone for ComplexConj<T>
impl<T: Clone + RealField> Clone for ComplexConj<T>
source§fn clone(&self) -> ComplexConj<T>
fn clone(&self) -> ComplexConj<T>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<T: RealField> Conjugate for ComplexConj<T>
impl<T: RealField> Conjugate for ComplexConj<T>
source§impl<T: RealField> From<ComplexConj<T>> for Complex<T>
impl<T: RealField> From<ComplexConj<T>> for Complex<T>
source§fn from(value: ComplexConj<T>) -> Self
fn from(value: ComplexConj<T>) -> Self
Converts to this type from the input type.