//! Tensor operation adapters for special functions
//!
//! This module provides helpers for applying special functions to tensors:
//! - `scalar`: Generic apply_* functions for element-wise operations
//! - `simd`: SIMD-optimized wrappers for key special functions
// Re-export scalar helpers
pub use ;
// Re-export SIMD-optimized functions
pub use ;