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

Fix #9506. Remove varargs in eigvals and eigfact. #9557

Merged
merged 1 commit into from
Jan 2, 2015

Conversation

andreasnoack
Copy link
Member

Apparantly, the compiler had problems with varargs in the promotion methods. Maybe for good reasons. I have substituted the vararg versions with versions specific for each class of matrices, e.g. StridedMatrix, SymTridiagonal, Symmetric. It reduces code reuse, but is probably more transparent.

Along the way I hit #6721, so when it is fixed, the promotion code in symmetric.jl can be cleaned a bit.

andreasnoack added a commit that referenced this pull request Jan 2, 2015
Fix #9506. Remove varargs in eigvals and eigfact.
@andreasnoack andreasnoack merged commit 03bbec0 into master Jan 2, 2015
@andreasnoack andreasnoack deleted the anj/returntype branch January 2, 2015 15:55
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.

1 participant