fix warning in EigenSolver::pseudoEigenvalueMatrix()
Reference issue
What does this implement/fix?
The compiler doesn't appreciate the possibility of assigning a 2x2 block to a 1x1 matrix. Clearly, the compiler doesn't understand that an odd-size matrix has at least 1 real eigenvalue. Stupid compiler.