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

Failing case of QR decomposition #42

Closed
mikera opened this issue Oct 8, 2014 · 2 comments
Closed

Failing case of QR decomposition #42

mikera opened this issue Oct 8, 2014 · 2 comments

Comments

@mikera
Copy link
Owner

mikera commented Oct 8, 2014

The following Qr decomposition case appears to fail:

[[  0 , 0 ],
 [ -1 , 0 ]]

with results

Q= [[  0.0,  1.0 ],
    [  1.0,  0.0 ]]
R= [[ -1.0,  0.0 ],
    [  0.0, -1.0 ]]
@mikera
Copy link
Owner Author

mikera commented Oct 8, 2014

@prasant94 any idea what may be causing this one?

@mikera
Copy link
Owner Author

mikera commented Oct 8, 2014

Seems to be an issue in Vectorz itself, opened new issue for this: mikera/vectorz#69

@mikera mikera closed this as completed Oct 8, 2014
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

No branches or pull requests

1 participant