Given an $n \times n$ symmetric matrix $A$, where
$$\sum_{i=1}^{n} A(i,j) = 1,\qquad j=1,2,\dots,n$$
and
$$\sum_{j=1}^{n} A(i,j) = 1,\qquad i=1,2,\dots,n$$
is there any property of its eigenvalues and eigenvectors? Or is there any method to get its eigenvalues and eigenvectors? Or does anyone know what to call this kind of matrices?
We have that for $x=(1,1,...,1)$
$$Ax=\begin{bmatrix}\sum_j A_{1j} \\ \sum_j A_{2j} \\ \vdots \\ \sum_j A_{nj}\end{bmatrix} =x$$
thus for this kind of matrix, $x$ is an eigenvector with eigenvalue $1$.