Skip to content

Hipparchus 3.0

Compare
Choose a tag to compare
@BryanCazabonne BryanCazabonne released this 08 Oct 10:17
· 154 commits to master since this release

Version 3.0 is a major release of Hipparchus.
The main changes are:

  • Field version of Erf and Gamma classes.
  • A new Blendable interface for data blending
  • Torque-free motion model for non-symmetrical rigid body
  • A SmoothStepFactory which allow for quick creation of common and generic smoothstep function.
  • Replacement of EigenDecomposition by EigenDecompositionSymmetric and EigenDecompositionNonSymmetric.
  • Separation of {Field}ODEEventDetector and {Field}ODEEventHandler.
  • Improved compatibility with recent JDK.
  • Many bug fixes in FastMath, polynomial functions, eigen decomposition, etc.