pub fn scale( v: &mut [f64], alpha: f64, null_mask: Option<&Bitmask>, null_count: Option<usize>, )
Scales the vector in place: x ← αx Kernel: SCAL (L2-2)