yixuan / RSpectra

R Interface to the Spectra Library for Large Scale Eigenvalue and SVD Problems
http://cran.r-project.org/package=RSpectra
80 stars 12 forks source link

WIP sparse matrix classes #16

Closed flying-sheep closed 5 years ago

flying-sheep commented 5 years ago

Fixes #15 when ready

yixuan commented 5 years ago

This is great work. Thank you! I'll take a look over the weekend.

yixuan commented 5 years ago

@flying-sheep Thanks for your nice work! :+1: I have found some subtle issues in the current version, and you can start to fix them if you don't want to wait. Otherwise I will find a time to make edits based on yours.

flying-sheep commented 5 years ago

You can just push commits to my branch, no?

yixuan commented 5 years ago

Oh, I can work on my side. I just meant that I might not have time until some weekends.

yixuan commented 5 years ago

Just got some time to address these issues and I think it now fully supports dsCMatrix and dsRMatrix. Thank you!