Function dyn_matrix_destroy
Defined in File dyn_matrix.h
Function Documentation
-
void dyn_matrix_destroy(struct dyn_matrix *matrix)
Destroy a dynamic matrix.
Any further use of the handle is undefined after this function is called.
- Parameters:
matrix – The matrix handle.