Hi,
I'm trying to compute the lowest eigenvalue with lanczos solver.
I use the following option in call to lanczos solver:
options.eigPart == cusp::eigen::LA
unfortunately it breaks down after finding eigenvlaues.
Is there any better way to get the lowest part of spectrum (besides altering my matrix).
Best,
Denis