Skip to content

Releases: chaossoftware/numerical-methods

2.0.0

20 Oct 20:54
6e9216c

Choose a tag to compare

Improvements:

  • rework of ODE solving related stuff

    • rework of high level API for ODE: new interface and methods signatures
    • adaptation of solvers to ODE API changes
    • decoupled ODE and Linearized ODE code (separate implementations for both)
    • rework of QR decomposition and adaptation to new ODE implementation (now works with just linearized matrix without non-linear solution row)
    • added solvers factory
  • added full implementation of Lyapunov Exponents spectrum calculation using generalized Benettin method

  • some changes in Lyapunov related publick API without changing of logic

  • added generation of sound output and 3D model based on data (originally presented in ChaosSoft.Core)

  • netstandard2.0 support only

Updated dependencies

  • use ChaosSoft.Code 2.0.0

1.0.0

14 Feb 20:10
5e2a767

Choose a tag to compare

First release

  • Lyapunov exponents related methods
  • Equations solving
  • Orthogonalization
  • Phase space reconstruction
  • Methods from algebra
  • Methods from statistics