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

Adding rtol and atol for pinv and nullspace #29998

Merged
merged 12 commits into from
Dec 11, 2018
Merged

Conversation

sam0410
Copy link
Contributor

@sam0410 sam0410 commented Nov 11, 2018

This is as discussed in the PR #29926

@ararslan ararslan added linear algebra Linear algebra stdlib Julia's standard library labels Nov 12, 2018
Copy link
Member

@andyferris andyferris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like this idea!

stdlib/LinearAlgebra/src/dense.jl Outdated Show resolved Hide resolved
stdlib/LinearAlgebra/src/dense.jl Outdated Show resolved Hide resolved
@sam0410 sam0410 changed the title Adding rtol and atol for pinv and nullspace Adding rtol and atol for pinv and nullspace [WIP] Nov 21, 2018
@sam0410
Copy link
Contributor Author

sam0410 commented Nov 21, 2018

Hi @andyferris, Sorry for the delay. I resolved your comment. Also there is some issue with the test/pinv tests. I will resolve them soon.

@sam0410 sam0410 changed the title Adding rtol and atol for pinv and nullspace [WIP] Adding rtol and atol for pinv and nullspace Nov 23, 2018
@sam0410
Copy link
Contributor Author

sam0410 commented Nov 23, 2018

Hi @andyferris, can you please review this PR now?
Thank you.

@simonbyrne
Copy link
Contributor

@sam0410 any chance you could update this along the lines of #29926? Also, add a NEWS.md item.

@sam0410
Copy link
Contributor Author

sam0410 commented Dec 7, 2018

Hi @simonbyrne, I made the changes.
Thanks.

@sam0410
Copy link
Contributor Author

sam0410 commented Dec 7, 2018

Oh ! Sorry, I didn't make that part clear.

@simonbyrne
Copy link
Contributor

No problem, I figured it was easier for me to make the changes than keep asking you for them. Thanks!

@simonbyrne simonbyrne merged commit 5b2e3e7 into JuliaLang:master Dec 11, 2018
@simonbyrne
Copy link
Contributor

This can be backported to 1.1 since it also contains the NEWS item for #29926.

@sam0410 sam0410 deleted the pinvNull branch December 11, 2018 17:18
KristofferC pushed a commit that referenced this pull request Dec 12, 2018
* Add code for rtol and atol

* add tests

* resolve comment

* fix typo

* fix tests

* add news.md item

* Not deprecated yet.

* Tweak docs slightly

* typo from diff

[skip ci]

(cherry picked from commit 5b2e3e7)
@KristofferC KristofferC mentioned this pull request Dec 12, 2018
52 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear algebra Linear algebra stdlib Julia's standard library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants