You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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#205The text was updated successfully, but these errors were encountered: