Fix GeneralizedEigenSolver::eigenvectors() not appearing in documentation
The method eigenvectors() is mentioned several times in the documentation of the class GeneralizedEigenSolver, for instance in the documentation of GeneralizedEigenSolver::compute(), but its documentation does not appear.
The eigenvectors() method has been implemented since 00b26668, but the two *'s were missing at the start of its documentation.