Function dyn_matrix_clear

Function Documentation

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

Clear an element within the dynamic matrix.

Parameters:
  • matrix – The matrix handle.

  • u – Row of element to clear.

  • v – Column of element to clear.

Returns:

status_t