Function matrix_destroy

Function Documentation

void matrix_destroy(struct matrix *matrix)

Destroy a static matrix.

Any further use of the handle is undefined after this function is called.

Parameters:

matrix – The matrix handle.