Kreol64

Results 3 issues of Kreol64

Is there any way to extract k-first eigenvalues (eigenvectors) rather than extracting the whole spectrum? This is the functionality [eigsh ](https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.linalg.eigsh.html#scipy.sparse.linalg.eigsh) provides in scipy. Currently skcuda.linalg.eig calculates all eigenvalues but...

Hi, I have a weird behavior when I execute the below code in IPython console (I use IntelliJ interactive console): ``` from dotmap import DotMap d = DotMap({'a': 3}) d...

### Expected behavior 1. While running OptunaSearchCV and enable_metadata_routing=True, set_score_request() is expected to share metadata with scoring function only and set_fit_request() is expected to share metadata with fit function only...

bug
v5