Let $x \in \mathbb{R}^{n \times1 }, A \in \mathbb{R}^{n \times n}$. We are looking for maximal and minimal value of $f(x) = x^TAx$ with constraint $g(x)=x^Tx$. We get that $\nabla g= 2x, \nabla f = Ax + A^Tx$ so we have to solve a system $$\left\{\begin{array}{l}(A+A^T)x = 2\lambda x \\ x^Tx = 1 \end{array} \right.$$
If $A$ was symmetric then we would get eigenvectors, but what with this more general case?