MLweb icon indicating copy to clipboard operation
MLweb copied to clipboard

Example for Sparse SVD?

Open GeoffreyPlitt opened this issue 6 years ago • 2 comments

Having difficulty figuring out how to do SVD on a sparse matrix, does anyone have an example?

GeoffreyPlitt avatar Aug 23 '19 19:08 GeoffreyPlitt

Maybe just svd( full(A) )

Or are you are looking for an efficient algorithm on sparse matrices that actually use sparsity?

lauerfab avatar Oct 21 '19 13:10 lauerfab

Gotcha. Yes, so I found something else. Thank you!

GeoffreyPlitt avatar Oct 22 '19 16:10 GeoffreyPlitt