JuliaDiff / DiffResults.jl

A package which provides an API for querying differentiation results at multiple orders simultaneously

Home Page:http://juliadiff.org/DiffResults.jl/

Repository from Github https://github.comJuliaDiff/DiffResults.jlRepository from Github https://github.comJuliaDiff/DiffResults.jl

DiffResults

CI Coverage Status

Many differentiation techniques can calculate primal values and multiple orders of derivatives simultaneously. In other words, there are techniques for computing f(x), ∇f(x) and H(f(x)) in one fell swoop!

For this purpose, DiffResults provides the DiffResult type, which can be passed to in-place differentiation methods instead of an output buffer. The method then loads all computed results into the given DiffResult, which the user can then query afterwards.

About

A package which provides an API for querying differentiation results at multiple orders simultaneously

http://juliadiff.org/DiffResults.jl/

License:Other


Languages

Language:Julia 100.0%