pub unsafe extern "C" fn matd_add_inplace(
    a: *mut matd_t,
    b: *const matd_t
)
Expand description

Adds the values of ‘b’ to matrix ‘a’, cell-by-cell, and overwrites the contents of ‘a’ with the results. The supplied matrices must have identical dimensions.