In algebra, a vector is an element of a vector space. An example of such an element is a matrix.
In linear algebra, a vector is a shorthand name for a $1 \times m$ or a $ n \times 1 $ matrix. (Whereas a matrix itself is also a vector, by definition, but rarely referred to as such.)
In (analytic) geometry, a (euclidean) vector is a geometric object with a magnitude and direction. These can be represented by tuples.
Both matrices and tuples are clearly vector elements in some spaces, but are for some reason not called vectors by name, unlike euclidean vectors and row vectors.
Are there any other examples of vectors that are not called vectors, like matrices and tuples?
Of course there are: A few examples that come to mind:
1) The vector space of all continuous functions with the usual function addition and scalar multiplication
2) The vector space of all sequences $u_n: \mathbb{N} \rightarrow \mathbb{R}$
3) Polynomials
The examples above are vectors in specific vector spaces, but still, we prefer to call them functions (1), sequences (2), polynomials (3).
You can think of more exotic examples, but I thought these were good examples to answer your question as these are things you have already encountered.