Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clean up some linear algebra primitives for JuMP eltypes (#1456)
* clean up some linear algebra primitives for JuMP eltypes * remove inappropriate Matrix constructor usage in tests * fix sparse matmul method ambiguities * fix style nits * wrap scalar broadcast overload in VERSION check * pull densification call out from argument position in test * fix typo causing v0.6 failure * add comment explaining some sparse arithmetic overloads * fix `<:` and type parameter spacing for operators.jl according to style guide * add test refactor TODO * Tweak TODO wording
- Loading branch information