Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
DHybridNonLinearSolver.h76 HybridNonLinearSolverSpace::Status solveInit(FVectorType &x);
143 HybridNonLinearSolver<FunctorType,Scalar>::solveInit(FVectorType &x) in solveInit() function
346 HybridNonLinearSolverSpace::Status status = solveInit(x); in solve()