mlubin / ReverseDiffSparse.jl

Reverse-mode automatic differentiation for sparse Hessians
Other
24 stars 12 forks source link

Change a few fields to AbstractVector to support views #54

Closed abelsiqueira closed 6 years ago

abelsiqueira commented 6 years ago

Related to https://github.com/JuliaSmoothOptimizers/NLPModelsJuMP.jl/issues/7

codecov-io commented 6 years ago

Codecov Report

Merging #54 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #54   +/-   ##
=======================================
  Coverage   95.24%   95.24%           
=======================================
  Files          10       10           
  Lines         926      926           
=======================================
  Hits          882      882           
  Misses         44       44
Impacted Files Coverage Δ
src/reverse.jl 84.78% <ø> (ø) :arrow_up:
src/forward.jl 95.25% <ø> (ø) :arrow_up:

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 eb4526b...fa92a63. Read the comment docs.