Skip to main content

scale

Function scale 

Source
pub fn scale(
    v: &mut [f64],
    alpha: f64,
    null_mask: Option<&Bitmask>,
    null_count: Option<usize>,
)
Expand description

Scales the vector in place: x ← αx Kernel: SCAL (L2-2)