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

promote_eltype for LinearAlgebra and SparseArrays types #397

Open
blegat opened this issue Mar 21, 2023 · 1 comment
Open

promote_eltype for LinearAlgebra and SparseArrays types #397

blegat opened this issue Mar 21, 2023 · 1 comment

Comments

@blegat
Copy link
Contributor

blegat commented Mar 21, 2023

Would it make sense to implement promote_eltype in this package for the LinearAlgebra and SparseArrays types. I see many functions of the ArrayInterface API are already implemented for such types.
This would be helpful for MutableArithmetics which is currently trying to do it but is only doing it for Symmetric, Transpose, Adjoint and sparse arrays. See jump-dev/MutableArithmetics.jl#205

@ChrisRackauckas
Copy link
Member

Yes, that would be a good addition.

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

No branches or pull requests

2 participants