[][src]Trait csaps::Real

pub trait Real: NdFloat + AlmostEqual + Default { }

Floating-point element types f32 and f64.

Trait Real is only implemented for f32 and f64, including the traits needed for computing smoothing splines, manipulating n-d arrays and sparse matrices and also checking almost equality.

This trait can only be implemented by f32 and f64.

Implementations on Foreign Types

impl Real for f32[src]

impl Real for f64[src]

Loading content...

Implementors

Loading content...