Function csmatrix_destroy

Function Documentation

void csmatrix_destroy(struct csmatrix *matrix)

Destroy a csmatrix.

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

Parameters:

matrix – The matrix handle.