Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add possibility to pass the startVector to compute eigenvectors #9

Open
jhabriel opened this issue Aug 30, 2023 · 0 comments
Open

Add possibility to pass the startVector to compute eigenvectors #9

jhabriel opened this issue Aug 30, 2023 · 0 comments
Labels
enhancement New feature or request priority:low This issue can wait

Comments

@jhabriel
Copy link
Collaborator

Currently, the solvers adaptive_lgmres-e,gmeres-e and lgmres-e use the built-in function eigs to compute eigenvalues. eigs, by default, initialises the start vector with random values. It is possible, however, to pass the StartValue to eigs. Thus, we should extend the signature of the solvers to allow for this option. This parameter should be optional.

The motivation behind this is to have full control on the final number of iterations, which is particularly relevant for testing.

@jhabriel jhabriel added the enhancement New feature or request label Aug 30, 2023
@jhabriel jhabriel added the priority:low This issue can wait label Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority:low This issue can wait
Projects
None yet
Development

No branches or pull requests

1 participant