UnivariateRealSolverUtils.factory is a mutable static field which is not initialised safely.
Suggest using IODH (init on demand holder) idiom for this, else use synchronized getInstance().
Description
UnivariateRealSolverUtils.factory is a mutable static field which is not initialised safely.
Suggest using IODH (init on demand holder) idiom for this, else use synchronized getInstance().