XLL+ Class Library

matrix<T>::clear

Empty the matrix

[C++]
void clear();

Remarks

This function clears the contents of the matrix and sets its width and height to 0.

Requirements

Header: matrix.h

See Also

matrix<T> Class | matrix<T> Methods