JuliaAlgebra / DynamicPolynomials.jl

Multivariate polynomials implementation of commutative and non-commutative variables
Other
60 stars 21 forks source link

Use dot syntax #10

Closed blegat closed 6 years ago

blegat commented 6 years ago

If the coefficient type is a custom type, it might not define *(::T, ::Vector{T})

codecov-io commented 6 years ago

Codecov Report

Merging #10 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #10      +/-   ##
==========================================
- Coverage   99.02%   99.01%   -0.01%     
==========================================
  Files          15       15              
  Lines         715      714       -1     
==========================================
- Hits          708      707       -1     
  Misses          7        7
Impacted Files Coverage Δ
src/mult.jl 98.36% <100%> (-0.03%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f830054...15d8dc9. Read the comment docs.