Trait ndarray_linalg::types::Conjugate [] [src]

pub trait Conjugate: Copy {
    fn conj(self) -> Self;
}

Complex conjugate value

Required Methods

Implementors