Function matrix_set

Function Documentation

static inline status_t matrix_set(struct matrix *const matrix, size_t u, size_t v, const void *const w)

Set an element in the static matrix to a specific value.

Parameters:
  • matrix – The matrix handle.

  • u – Element row index.

  • v – Element column index.

  • w – New element value.

Returns:

status_t