github autodiff/autodiff v0.6.12

latest releases: v1.1.2, v1.1.1, v1.1.0...
18 months ago

🛠️ Improvements

This release introduces support to the use of Eigen::Map when performing gradient, jacobian and hessian operations with number types autodiff::real and autodiff::dual.

This release also introduces static assertions that ensure the provided vector in a wrt list is non-const, because the numbers in these vectors need to be seeded before evaluating the function being derived, and later unseeded; they must then be altered.

Don't miss a new autodiff release

NewReleases is sending notifications on new releases.