Subsections
- vector.length() and vector.size() return the number of elements in the vector
- matrix.length() returns the number of rows in the matrix
- matrix.width() returns the number of columns in the matrix
- matrix.size() return the total number of elements in the matrix
(added by Dan Popovici)