Why was org.apache.commons.math3.analysis.solvers.LaguerreSolver.ComplexSolver made private in math 3.0? We used LaguerreSolver.solveAll() in version 2.1, it was deprecated in 2.2 without notice in the API that it would be removed, and now it's gone.
The code is still all there, but just hidden from public access? Why? If there's something we should use instead, I don't see any indications from the code or JavaDocs.
