[][src]Trait simba::scalar::Field

pub trait Field: SimdValue + NumAssign + ClosedNeg { }

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

Implementations on Foreign Types

impl<N: SimdValue + Clone + NumAssign + ClosedNeg> Field for Complex<N>[src]

impl Field for f32[src]

impl Field for f64[src]

Loading content...

Implementors

impl Field for AutoSimd<[f32; 2]>[src]

impl Field for AutoSimd<[f32; 4]>[src]

impl Field for AutoSimd<[f32; 8]>[src]

impl Field for AutoSimd<[f32; 16]>[src]

impl Field for AutoSimd<[f64; 2]>[src]

impl Field for AutoSimd<[f64; 4]>[src]

impl Field for AutoSimd<[f64; 8]>[src]

impl Field for Simd<f32x2>[src]

impl Field for Simd<f32x4>[src]

impl Field for Simd<f32x8>[src]

impl Field for Simd<f32x16>[src]

impl Field for Simd<f64x2>[src]

impl Field for Simd<f64x4>[src]

impl Field for Simd<f64x8>[src]

impl Field for WideF32x4[src]

impl<Fract: LeEqU8> Field for FixedI8<Fract>[src]

impl<Fract: LeEqU16> Field for FixedI16<Fract>[src]

impl<Fract: LeEqU32> Field for FixedI32<Fract>[src]

impl<Fract: LeEqU64> Field for FixedI64<Fract>[src]

Loading content...