pub unsafe extern "C" fn matd_put(
m: *mut matd_t,
row: c_uint,
col: c_uint,
value: f64,
)Expand description
Assigns the given value to the matrix cell at the given zero-based row and column index. Performs more thorough validation checking than MATD_EL().