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

Remove StridedMatrix restrictions in cholesky.jl #40690

Closed
wants to merge 4 commits into from

Conversation

dlfivefifty
Copy link
Contributor

The restrictions to StridedMatrix appear to be completely unnecessary, as the generic fallbacks do not use strideness at all. This PR removes these restrictions.

@fredrikekre fredrikekre added linear algebra Linear algebra needs tests Unit tests are required for this change labels May 3, 2021
@ViralBShah
Copy link
Member

@dlfivefifty Can you rebase this to master?

Perhaps it is good to add a test for a non-StridedMatrix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linear algebra Linear algebra needs tests Unit tests are required for this change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants