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

Add eigmin(::Diagonal). #27863

Merged
merged 1 commit into from
Jul 2, 2018
Merged

Conversation

tpapp
Copy link
Contributor

@tpapp tpapp commented Jun 29, 2018

Fixes #27847 by extenting eigmin to AbstractMatrix.

This requires that eigvals accepts permute and scale, which are then ignored.

Fixes JuliaLang#27847 by extenting `eigmin` to `AbstractMatrix`.

This requires that `eigvals` accepts `permute` and `scale`, which are
then ignored.
@andreasnoack andreasnoack merged commit 80db579 into JuliaLang:master Jul 2, 2018
nalimilan pushed a commit that referenced this pull request Jul 5, 2018
Fixes #27847 by extenting `eigmin` to `AbstractMatrix`.

This requires that `eigvals` accepts `permute` and `scale`, which are
then ignored.
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.

2 participants