Skip to content

add gesvd implementation#1

Open
masonium wants to merge 5 commits intomikkyang:masterfrom
masonium:master
Open

add gesvd implementation#1
masonium wants to merge 5 commits intomikkyang:masterfrom
masonium:master

Conversation

@masonium
Copy link
Copy Markdown

I added a wrapper for the *gesvd family of functions for computing singular value decompositions.

The *gesdd family is supposed to be faster and use less memory in most cases, but I haven't yet added it. It would probably makes sense to have generic svd function which chooses the best function based on the size of the parameters, but I haven't done enough testing to know what the conditions for using one or the other should be.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant