Skip to content

Computing the leading singular vector of a matrix without computing the full SVD - analog of scipy.sparse.linalg.svds #22198

Answered by f0uriest
tonysf asked this question in Q&A
Discussion options

You must be logged in to vote

I think under the hood svds is just calling eighs on A.T@A, you could probably try something similar with jax.experimental.sparse.linalg.lobpcg_standard

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tonysf
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants