pub fn axpb(a: f32, x: &[f32], b: f32, y: &mut [f32])
ElementwiseMap: fused y = a·x + b over a large vector.
ElementwiseMap
y = a·x + b