Hi! I am new to Julia. I used to use MATLAB. Within MATLAB, I use lansvd in PROPACK to do partial SVD of some linear operator (needs Afunpar to input other parameters of the matrix free operator). I notice there is PROPACK.jl, but the tutorial is unfriendly. Could you please recommend some package for matrix-free SVD? I really appreciate if you can offer an example! Tks!
Assuming you did your homework searching keywords in JuliaHub.com?
TSVD.jl, LowRankApprox.jl, svdsolve
in KrylovKit.jl, …
TSVD.jl, in particular, apparently uses the same mathematical algorithm as PROPACK.jl