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

Signatures for svd_U and svd_V #790

Closed
bbbales2 opened this issue Jan 11, 2021 · 2 comments · Fixed by #763
Closed

Signatures for svd_U and svd_V #790

bbbales2 opened this issue Jan 11, 2021 · 2 comments · Fixed by #763

Comments

@bbbales2
Copy link
Member

bbbales2 commented Jan 11, 2021

We just got a couple new svd functions in Math (pull & issue)

Signatures are:

matrix svd_U(matrix);
matrix svd_V(matrix);

Edit: There is also singular_values in that pull but that's already in Stanc3.

@rok-cesnovar
Copy link
Member

I can add this to #763 given that it has not been reviewed yet. Its a 2min job.

@bbbales2
Copy link
Member Author

Sure thing thanks!

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 a pull request may close this issue.

2 participants