Skip to content

v0.3.0

Compare
Choose a tag to compare
@saschatimme saschatimme released this 09 May 11:35
· 6 commits to master since this release
c8e5913

New

  • This adds a new type System for polynomial systems.
  • JacobianConfig and GradientConfig can now be constructed by config(F, x) where x is representative with which F should be evaluated.
  • A new function evaluate_and_jacobian[!] to evaluate F and its Jacobian at the same time.

Breaking

  • JacobianConfig, evaluate, evaluate!, jacobian, jacobian! now expects a System instead of Vector{<:Polynomial}