DiffBase.jl

This package has been replaced by DiffRules.jl, DiffResults.jl, and DiffTests.jl.
Author JuliaAttic
Popularity
5 Stars
Updated Last
2 Years Ago
Started In
October 2016

DiffBase

THIS PACKAGE IS NO LONGER MAINTAINED. It has been replaced by DiffRules.jl, DiffResults.jl, and DiffTests.jl.

Build Status Coverage Status

DiffBase provides common utilities employed by various JuliaDiff packages, including:

  • The DiffResult API for extracting multiple orders of derivatives simultaneously
  • The diffrule API for defining reusable derivative definitions
  • A suite of test functions for stressing the robustness of differentiation tools