juliadiff.org - JuliaDiff

Example domain paragraphs

Differentiation tools in Julia . JuliaDiff on GitHub

Derivatives are required at the core of many numerical algorithms. Unfortunately, they are usually computed inefficiently and approximately by some variant of the finite difference approach

One option is to explicitly write down a function which computes the exact derivatives by using the rules that we know from calculus. However, this quickly becomes an error-prone and tedious exercise. There is another way! The field of automatic differentiation provides methods for automatically computing exact derivatives (up to floating-point error) given only the function f f f itself. Some methods use many fewer evaluations of f f f than would be required when using finite differences. In the best case,