Returns the number of columns
[C++] size_t cols() const;
This function returns the number of columns in the matrix.
Header: matrix.h
matrix<T> Class | matrix<T> Methods