Lines Matching refs:HybridNonLinearSolver
43 class HybridNonLinearSolver
48 HybridNonLinearSolver(FunctorType &_functor) in HybridNonLinearSolver() function
115 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()
587 HybridNonLinearSolver<FunctorType,Scalar>::solveNumericalDiff(FVectorType &x) in solveNumericalDiff()