Function dyn_matrix_destroy

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.