pub fn simd_polynomial_features( input: &[f64], powers: &[Vec<usize>], output: &mut [f64], )
SIMD-accelerated polynomial feature calculation