Skip to content

Speed up Runge-Kutta Extrapolator

Andre Gunther requested to merge gunther_speedUpExtrapolator into master

Explicitly unrolls Jacobian derivative loop and Eigen matrix calculation for better optimization of the code.

Changed how bad distances are counted, therefore needs ref update 🚀 🚀 Runge Kutta implementation gets ~30% faster

/cc @decianm @ausachov @chasse @peilian @sstahl @wouter

Edited by Andre Gunther

Merge request reports