HomeSort by relevance Sort by last modified time
    Searched refs:HybridNonLinearSolver (Results 1 - 2 of 2) sorted by null

  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
HybridNonLinearSolver.h 43 class HybridNonLinearSolver
48 HybridNonLinearSolver(FunctorType &_functor)
115 HybridNonLinearSolver& operator=(const HybridNonLinearSolver&);
122 HybridNonLinearSolver<FunctorType,Scalar>::hybrj1(
143 HybridNonLinearSolver<FunctorType,Scalar>::solveInit(FVectorType &x)
186 HybridNonLinearSolver<FunctorType,Scalar>::solveOneStep(FVectorType &x)
342 HybridNonLinearSolver<FunctorType,Scalar>::solve(FVectorType &x)
356 HybridNonLinearSolver<FunctorType,Scalar>::hybrd1(
378 HybridNonLinearSolver<FunctorType,Scalar>::solveNumericalDiffInit(FVectorType &x
    [all...]
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 289 HybridNonLinearSolver<hybrj_functor> solver(functor);
322 HybridNonLinearSolver<hybrj_functor> solver(functor);
378 HybridNonLinearSolver<hybrd_functor> solver(functor);
405 HybridNonLinearSolver<hybrd_functor> solver(functor);
    [all...]

Completed in 111 milliseconds