//! SIMD-accelerated element-wise mathematical operations
//!
//! This module provides high-performance implementations of common element-wise
//! mathematical functions that are fundamental for scientific computing, numerical
//! analysis, and data processing.
// Re-export all types
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;
pub use *;