pub unsafe extern "C" fn matd_scale_inplace(a: *mut matd_t, s: f64)
Expand description

Scales all cell values of matrix ‘a’ by the given scale factor ‘s’ and overwrites the contents of ‘a’ with the results.