K 10 svn:author V 4 yuri K 8 svn:date V 27 2017-12-26T17:43:40.156829Z K 7 svn:log V 520 New port: math/adept: Combined array and automatic differentiation library in C++ 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 END