Let $x = \begin{bmatrix} x_1 \\ x_2 \\ \vdots \\ x_n \end{bmatrix}$
How do I find a way to express the following matrix
\begin{bmatrix} x_1 & x_1 & \ldots & x_1 \\ x_2 & x_2 & \ldots & x_2 \\ \vdots \\ x_n & x_n & \ldots & x_n\end{bmatrix}
into say a product between a matrix and vector $x$ (or an outer product, or hadamard product...etc)