JuliaDiff / SparseDiffTools.jl

Fast jacobian computation through sparsity exploitation and matrix coloring
MIT License
237 stars 41 forks source link

Uniform variable names #133

Closed ArnoStrouwen closed 3 years ago

ArnoStrouwen commented 3 years ago

x is input y is output dy is some form of derivative v is for derivative vector products

Gets rid of du and u.

codecov-io commented 3 years ago

Codecov Report

Merging #133 (9c4b478) into master (86b8b3b) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #133   +/-   ##
=======================================
  Coverage   81.56%   81.56%           
=======================================
  Files          12       12           
  Lines         613      613           
=======================================
  Hits          500      500           
  Misses        113      113           
Impacted Files Coverage Δ
src/differentiation/jaches_products.jl 97.41% <100.00%> (ø)
src/differentiation/jaches_products_zygote.jl 100.00% <100.00%> (ø)

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 86b8b3b...9c4b478. Read the comment docs.