[]Trait cv::nalgebra::Field

pub trait Field: ClosedNeg + SimdValue + NumAssign { }

Trait implemented by fields, i.e., complex numbers and floats.

Implementations on Foreign Types

impl Field for f32

impl Field for f64

Loading content...

Implementors

impl<N> Field for Complex<N> where
    N: ClosedNeg + SimdValue + Clone + NumAssign

Loading content...