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

Support for svd(::StaticMatrix, full=true) #596

Merged
merged 1 commit into from Mar 1, 2019
Merged

Conversation

c42f
Copy link
Member

@c42f c42f commented Mar 1, 2019

A small update to the svd wrapper so that full=true is supported. Code occasionally uses this, for example nullspace... in fact this is the only place full=true occurs in LinearAlgebra.

XRef: https://discourse.julialang.org/t/why-julia-and-linear-algebra-module-are-incredibly-slow-compare-to-c-and-eigen/21304/6

@c42f
Copy link
Member Author

c42f commented Mar 1, 2019

Well, CI passed. If nobody objects I'll go ahead and merge it in a couple of days as it should be uncontroversial. (Having said that, a review is always appreciated.)

@andyferris andyferris merged commit 608736e into master Mar 1, 2019
@andyferris
Copy link
Member

Beat you to it 😛

@andyferris andyferris deleted the cjf/full-svd branch March 1, 2019 06:50
@c42f c42f mentioned this pull request Jun 6, 2019
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.

None yet

2 participants