Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add SVD() to Tensor #22

Closed
chewxy opened this issue Sep 20, 2016 · 0 comments
Closed

Add SVD() to Tensor #22

chewxy opened this issue Sep 20, 2016 · 0 comments
Milestone

Comments

@chewxy
Copy link
Member

chewxy commented Sep 20, 2016

Single Value Decomp. Should be fairly easy if familiar with linear algebra.

Returns error if Tensor is not a matrix

@chewxy chewxy added this to the 1.0 milestone Sep 20, 2016
@chewxy chewxy mentioned this issue Nov 1, 2016
Merged
@chewxy chewxy closed this as completed in #56 Nov 1, 2016
chewxy added a commit that referenced this issue Nov 1, 2016
SVD. Fixes #22. Cheats by using gonum/matrix/mat64 's SVD method
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant