Function gsl_matrix_float_scale

Source
pub unsafe extern "C" fn gsl_matrix_float_scale(
    a: *mut gsl_matrix_float,
    x: f32,
) -> c_int