Conversation
Codecov Report
@@ Coverage Diff @@
## master #83 +/- ##
==========================================
- Coverage 85.38% 85.22% -0.17%
==========================================
Files 19 18 -1
Lines 1355 1509 +154
==========================================
+ Hits 1157 1286 +129
- Misses 198 223 +25
Continue to review full report at Codecov.
|
src/linear_algebra.jl
Outdated
| _dim_check(C, A, B) | ||
| _add_mul_array(buffer, C, A, B) | ||
| end | ||
| # Break ambiguity |
There was a problem hiding this comment.
Which ambiguity? It seems weird to have to define the Nothing version when it is identical.
There was a problem hiding this comment.
With
https://github.com/jump-dev/MutableArithmetics.jl/blob/master/src/interface.jl#L289-L291
We could make a fallback to avoid ambiguity
odow
left a comment
There was a problem hiding this comment.
At some point, we're going to need to write really good docs for all the different ways mutability is implemented.
Needed for JuliaMath/Polynomials.jl#331