Hello,
I am trying solve a generalized eigenvalues problem Ax = λBx by means of dfeast_scsrgv, but, I get SIGSEV error, I test the individual matrices A and B with dfeast_scsrev and all works fine, so I think that is not a problem of data representation.
Attached goes a code example for the problem described.
pd: The hermitian version zfeast_hcsrgv has the same issue. Sorry for the english.