Right now MTJ's ArpackSym.java supports A*x = lambda*x.
I'm looking for a fast sparse solver for A*x = lambda*M*x. It looks like dsaupd supports the generalized eigenvector problem, but ArpackSym.java doesn't yet implement it.
Thanks for the excellent library!
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Right now MTJ's ArpackSym.java supports
A*x = lambda*x.I'm looking for a fast sparse solver for
A*x = lambda*M*x. It looks like dsaupd supports the generalized eigenvector problem, but ArpackSym.java doesn't yet implement it.Thanks for the excellent library!
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.