Trait lnkit::prelude::Field[]

pub trait Field: SimdValue + NumAssign + ClosedNeg { }

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

Implementations on Foreign Types

impl Field for Simd<Simd<[f64; 2]>>

impl Field for AutoSimd<[f32; 16]>

impl Field for f64

impl Field for AutoSimd<[f64; 8]>

impl Field for Simd<Simd<[f32; 4]>>

impl Field for f32

impl Field for Simd<Simd<[f32; 16]>>

impl Field for AutoSimd<[f64; 4]>

impl Field for AutoSimd<[f64; 2]>

impl Field for Simd<Simd<[f32; 2]>>

impl Field for Simd<Simd<[f64; 8]>>

impl Field for AutoSimd<[f32; 8]>

impl Field for Simd<Simd<[f64; 4]>>

impl Field for AutoSimd<[f32; 2]>

impl Field for Simd<Simd<[f32; 8]>>

impl Field for AutoSimd<[f32; 4]>

Loading content...

Implementors

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

Loading content...