Skip to content

Reenable test of condition number estimates of sparse matrices#15113

Merged
andreasnoack merged 1 commit intomasterfrom
anj/cond
Feb 18, 2016
Merged

Reenable test of condition number estimates of sparse matrices#15113
andreasnoack merged 1 commit intomasterfrom
anj/cond

Conversation

@andreasnoack
Copy link
Copy Markdown
Member

and adjust the tolerance. Fixes JuliaLang/LinearAlgebra.jl#301

@jiahao
Copy link
Copy Markdown
Member

jiahao commented Feb 17, 2016

👍

andreasnoack added a commit that referenced this pull request Feb 18, 2016
Reenable test of condition number estimates of sparse matrices
@andreasnoack andreasnoack merged commit 04f208f into master Feb 18, 2016
@andreasnoack andreasnoack deleted the anj/cond branch February 18, 2016 19:23
@tkelman
Copy link
Copy Markdown
Contributor

tkelman commented Feb 18, 2016

if these are scalars, why the backslash?

@andreasnoack
Copy link
Copy Markdown
Member Author

Because the denominator is to the left.

@tkelman
Copy link
Copy Markdown
Contributor

tkelman commented Feb 18, 2016

reads kinda funny and backwards that way when things are scalars

@StefanKarpinski
Copy link
Copy Markdown
Member

Left and right division are different even for scalars when multiplication is not commutative.

@tkelman
Copy link
Copy Markdown
Contributor

tkelman commented Feb 18, 2016

Good point, though that's not the case here?

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.

cond (and normestinv) return not consistent values

4 participants