8000 Release v0.6.12 · autodiff/autodiff · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.6.12

Compare
Choose a tag to compare
@allanleal allanleal released this 17 Oct 12:35
· 73 commits to main since this release

🛠️ 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.

0