Skip to main content

Module float_trait

Module float_trait 

Source
Expand description

Float trait abstraction for f32/f64 support.

This module provides a unified trait for floating-point operations, enabling the BM3D library to work with both f32 and f64 precision.

Traitsยง

Bm3dFloat
Trait alias for floating point types supported by BM3D.