Add cupy's eigenvalue computations in eigs #565
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently the
eigs
method of theLinearOperator
class differentiates between the CPU and GPU scenarios, where the former uses scipy routines and the latter our own implementation of a power method.Since
cupy
has recently added similar routines to those of scipy, we want to add them into the backend module and have a transparent use of thesame
routines as done in most other cases in the libraryThe text was updated successfully, but these errors were encountered: