Files
gonum/diff
Brendan Tracey eeb363530d diff/fd: implement Hessian finite difference, and code cleanups. (#109)
* diff/fd: implement Hessian finite difference, and code cleanups.

This commit primarily adds the Hessian function for finding a finite difference approximation to the Hessian. At the same time, it combines duplicated functionality across the difference routines so that the preludes to all the difference routines look similar
2017-07-28 13:46:27 -06:00
..
2017-07-10 07:03:44 +09:30

Gonum diff GoDoc

Package diff is a package for computing derivatives of functions for the Go language.