Function dyn_matrix_clear
Defined in File dyn_matrix.h
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: