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

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

Complex conjugate value

Required Methods

Implementations on Foreign Types

impl Conjugate for f64
[src]

[src]

impl Conjugate for f32
[src]

[src]

Implementors