If we collect data and put it into a matrix of size (100,3), we tend to say we have three-dimensional data. We think of each column as a dimension.
On the other side, if we have a vector of size (100,1), we tend to say this is a hundred-dimensional vector.
But the vector is also a matrix. In the case above, we can say this is a (100,1) matrix or (100,1) vector. Yet in the matrix case, we would say it is one dimensional, but for vector, we would say it is a hundred dimensional. Why?