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

logdet too general #244

Closed
willtebbutt opened this issue Aug 17, 2020 · 0 comments · Fixed by #245
Closed

logdet too general #244

willtebbutt opened this issue Aug 17, 2020 · 0 comments · Fixed by #245

Comments

@willtebbutt
Copy link
Member

Our logdet implementation is too general. In particular, it captures any and all AbstractMatrixs, which is bad for the reasons discussed in #232 .

We should at the very least constrain it to be for StridedMatrix{<:Real}s.

@willtebbutt willtebbutt linked a pull request Aug 17, 2020 that will close this issue
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 a pull request may close this issue.

1 participant