Searched refs:HybridNonLinearSolver (Results 1 – 4 of 4) sorted by relevance
43 class HybridNonLinearSolver48 HybridNonLinearSolver(FunctorType &_functor) in HybridNonLinearSolver() function115 HybridNonLinearSolver& operator=(const HybridNonLinearSolver&);122 HybridNonLinearSolver<FunctorType,Scalar>::hybrj1( in hybrj1()143 HybridNonLinearSolver<FunctorType,Scalar>::solveInit(FVectorType &x) in solveInit()186 HybridNonLinearSolver<FunctorType,Scalar>::solveOneStep(FVectorType &x) in solveOneStep()344 HybridNonLinearSolver<FunctorType,Scalar>::solve(FVectorType &x) in solve()358 HybridNonLinearSolver<FunctorType,Scalar>::hybrd1( in hybrd1()380 HybridNonLinearSolver<FunctorType,Scalar>::solveNumericalDiffInit(FVectorType &x) in solveNumericalDiffInit()426 HybridNonLinearSolver<FunctorType,Scalar>::solveNumericalDiffOneStep(FVectorType &x) in solveNumericalDiffOneStep()[all …]
86 * For HybridNonLinearSolver, the method solveNumericalDiff() does the above wrapping for90 * HybridNonLinearSolver.hybrj1()/hybrd1() are specific methods from the original 136 #include "src/NonLinearOptimization/HybridNonLinearSolver.h"
299 HybridNonLinearSolver<hybrj_functor> solver(functor); in testHybrj1()331 HybridNonLinearSolver<hybrj_functor> solver(functor); in testHybrj()386 HybridNonLinearSolver<hybrd_functor> solver(functor); in testHybrd1()413 HybridNonLinearSolver<hybrd_functor> solver(functor); in testHybrd()
250 ./unsupported/Eigen/src/NonLinearOptimization/HybridNonLinearSolver.h