Releases: chaossoftware/numerical-methods
Releases · chaossoftware/numerical-methods
2.0.0
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
First release
- Lyapunov exponents related methods
- Equations solving
- Orthogonalization
- Phase space reconstruction
- Methods from algebra
- Methods from statistics