Function matrix_elt_clear

Function Documentation

static inline status_t matrix_elt_clear(struct matrix *const matrix, size_t u, size_t v)

Clear an element within the static matrix.

Parameters:
  • matrix – The matrix handle.

  • u – Row of element to clear.

  • v – Column of element to clear.

Returns:

status_t