Function dyn_matrix_resize

Function Documentation

status_t dyn_matrix_resize(struct dyn_matrix *matrix, size_t u, size_t v)

Resize a dynamic matrix manually.

Parameters:
  • matrix – The matrix handle.

  • u – The desired # of rows. Can be <,>,= the current #. If =, no action is performed.

  • v – The desired # of columns. Can be <,>,= the current #. If =, no action is performed.

Returns:

status_t