- Nov 29, 2021
-
-
Luc Maisonobe authored
Fixes #856
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- Nov 28, 2021
-
-
Luc Maisonobe authored
-
- Nov 26, 2021
-
-
Luc Maisonobe authored
The test shows that using thwo proapgators work, but embedding them in a propagator parallelizer does'nt work.
-
Luc Maisonobe authored
Fixes #862
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- Nov 25, 2021
-
-
Luc Maisonobe authored
The switch to new API is not complete yet, we still use instances of AbstractJacobian, we just declare them as MatricesHarvesters.
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- Nov 24, 2021
-
-
Luc Maisonobe authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Bryan Cazabonne authored
-
Sébastien Dinot authored
-
Sébastien Dinot authored
-
Bryan Cazabonne authored
-
- Nov 23, 2021
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Bryan Cazabonne authored
Fixes #847
-
- Nov 22, 2021
-
-
Luc Maisonobe authored
JacobianColumnGenerator does not work yet. There is a scheduling problem with StateTransitionMatrixGenerator because Hipparchus does not have any ordering feature. AbstractIntegratedPropagator should probably merge all objects registered using addIntegrableGenerator into one single SecondaryODE presented to Hipparchus to work around this problem.
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- Nov 21, 2021
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
These containers are intended as replacements for HashMap when the number of keys is very small (such as in spacecraft states). They have smaller overhead, are more debugger-friendly (when dealing with additional states and derivatives), and all in-place incrementation.
-
- Nov 20, 2021
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
The new interfaces StackableAdder and IntegrableAdder allow to build state incrementally according to some dependency order if some adders require additional states or derivatives computed by other adders.
-
Luc Maisonobe authored
-
- Nov 15, 2021
-
-
Bryan Cazabonne authored
Fixes #851
-
- Nov 09, 2021
-
-
Bryan Cazabonne authored
Fixes #850
-
- Nov 06, 2021
-
-
Sébastien Dinot authored
-