This library implements a very unusual and interesting approach. It takes a function of several arguments supplied by the caller, deconstructs its analytic structure using C++ type substitution for all values, and computes gradients (Jacobians) of the function while ony calling the function once. A very innovative approach. Submitted by: myself Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D13635
8 lines
348 B
Text
8 lines
348 B
Text
--- Makefile.am.orig 2017-10-08 21:32:39 UTC
|
|
+++ Makefile.am
|
|
@@ -1,4 +1,4 @@
|
|
-pkgdata_DATA = README COPYING ChangeLog NEWS AUTHORS
|
|
+#pkgdata_DATA = README COPYING ChangeLog NEWS AUTHORS
|
|
SUBDIRS = adept include benchmark test
|
|
# The test/ directory does not use automake so we need to specify the
|
|
# files that will be included in the distribution
|