Skip to content

Conversation

@dkarrasch
Copy link
Member

#47754 removed a few methods for addition of structured matrices with UniformScalings (in most cases, that was okay to do). Instead, generic methods took over that first allocated a mutable copy of the other summand and then added the scaling value to the diagonal. But InfiniteLinearAlgebra.jl started to have issues with infinite (off-)diagonals, which are better handled by broadcasting. The net effect with #47754 is that Number eltype restrictions are removed.

@dkarrasch dkarrasch added the linear algebra Linear algebra label Dec 7, 2022
@dkarrasch dkarrasch merged commit f00d729 into master Dec 7, 2022
@dkarrasch dkarrasch deleted the dk/special branch December 7, 2022 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

linear algebra Linear algebra

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants