Searched refs:HybridNonLinearSolver (Results 1 – 3 of 3) 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 …]
84 * HybridNonLinearSolver.hybrj1()/hybrd1() are specific methods from the original 130 #include "src/NonLinearOptimization/HybridNonLinearSolver.h"
292 HybridNonLinearSolver<hybrj_functor> solver(functor); in testHybrj1()325 HybridNonLinearSolver<hybrj_functor> solver(functor); in testHybrj()381 HybridNonLinearSolver<hybrd_functor> solver(functor); in testHybrd1()408 HybridNonLinearSolver<hybrd_functor> solver(functor); in testHybrd()