Skip to content

FastAD Version 3.0.0

Compare
Choose a tag to compare
@JamesYang007 JamesYang007 released this 28 Jul 00:43
· 87 commits to master since this release
1037859

Biggest change is the new support for vector and matrix-like shapes.
Reverse-mode now supports vectorized operations and uses Eigen as a dependency to carry out all matrix computations.
Removed jacobian and hessian for the time being since they don't work so well with the new API.