Hi Andrea,
The functionality for a generalized eigensolver, either with or without eigenvectors, should work now in SLATE. At the moment, it isn't scaling up well due to the 2nd stage, reduction from band to tridiagonal.
I'll look around to see what results we may have. The 2-stage eig algorithm prefers small block sizes, precisely for that 2nd stage, something like nb = 192.
The C and Fortran interfaces are a little out of date. It looks like they have eigenvalues but not yet vectors.
Mark