pub fn gpu_matrix_scale(data: Vec<f64>, scalar: f64) -> Vec<f64>
Scale a row-major matrix by a scalar.