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

Use Ref{BlasInt} instead of Vector{BlasInt} for lapack info return. #14522

Merged
merged 1 commit into from
Jan 1, 2016

Conversation

yuyichao
Copy link
Contributor

The goal was to fix method error with LAPACK 3.6.0 in svd test (the old chklapackerror function cannot handle Ref) and I figured that I may as well consistently use Ref instead of Vector's for info since they are much better.

@andreasnoack

@yuyichao yuyichao added the linear algebra Linear algebra label Dec 31, 2015
@tkelman
Copy link
Contributor

tkelman commented Dec 31, 2015

thanks. there's still a leftover @lapackerror in a commented out block for zhetri.

@yuyichao
Copy link
Contributor Author

Haha. The @lapackerror I change is actually just because I happened to see it. I'll change the other one left too.

@tkelman
Copy link
Contributor

tkelman commented Dec 31, 2015

the asymmetry of the diff stuck out

Fix method error with LAPACK 3.6.0 in svd test.
@yuyichao yuyichao force-pushed the yyc/lapack-info-ref branch from e72621e to 5459d33 Compare December 31, 2015 20:42
yuyichao added a commit that referenced this pull request Jan 1, 2016
Use Ref{BlasInt} instead of Vector{BlasInt} for lapack info return.
@yuyichao yuyichao merged commit f8c6aac into master Jan 1, 2016
@yuyichao yuyichao deleted the yyc/lapack-info-ref branch January 1, 2016 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear algebra Linear algebra
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants