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

Move up the diagonal check in matrix power #23158

Merged
merged 2 commits into from
Aug 7, 2017
Merged

Conversation

fredrikekre
Copy link
Member

We never reached the isdiagonal(A) check, since issymmetric(A) would always be true in that case (LOL). This fixes the tests added in #23060, so I cherry picked that commit. I can drop that and then merge #23060 but could probably just close that and merge this?

@fredrikekre fredrikekre added domain:linear algebra Linear algebra test This change adds or pertains to unit tests labels Aug 6, 2017
Copy link
Contributor

@kshyatt kshyatt left a comment

Choose a reason for hiding this comment

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

LGTM :)

@fredrikekre
Copy link
Member Author

Timeout on Linux 32-bit, but tests passed.

@fredrikekre fredrikekre merged commit ed746ed into master Aug 7, 2017
@fredrikekre fredrikekre deleted the fe/matrix-pow-fix branch August 7, 2017 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain:linear algebra Linear algebra test This change adds or pertains to unit tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants