Empty the matrix
[C++] void clear();
This function clears the contents of the matrix and sets its width and height to 0.
Header: matrix.h
matrix<T> Class | matrix<T> Methods