Home
last modified time | relevance | path

Searched refs:solveNumericalDiff (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A DHybridNonLinearSolver.h87 HybridNonLinearSolverSpace::Status solveNumericalDiff(FVectorType &x);
375 return solveNumericalDiff(x); in hybrd1()
587 HybridNonLinearSolver<FunctorType,Scalar>::solveNumericalDiff(FVectorType &x) in solveNumericalDiff() function
/aosp_15_r20/external/eigen/unsupported/Eigen/
H A DNonLinearOptimization86 * For HybridNonLinearSolver, the method solveNumericalDiff() does the above wrapping for
/aosp_15_r20/external/eigen/unsupported/test/
H A DNonLinearOptimization.cpp418 info = solver.solveNumericalDiff(x); in testHybrd()