Home
last modified time | relevance | path

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

/external/ceres-solver/internal/ceres/
Ddogleg_strategy.cc198 void DoglegStrategy::ComputeTraditionalDoglegStep(double* dogleg) { in ComputeTraditionalDoglegStep() argument
199 VectorRef dogleg_step(dogleg, gradient_.rows()); in ComputeTraditionalDoglegStep()
265 void DoglegStrategy::ComputeSubspaceDoglegStep(double* dogleg) { in ComputeSubspaceDoglegStep() argument
266 VectorRef dogleg_step(dogleg, gradient_.rows()); in ComputeSubspaceDoglegStep()
324 ComputeTraditionalDoglegStep(dogleg); in ComputeSubspaceDoglegStep()
355 ComputeTraditionalDoglegStep(dogleg); in ComputeSubspaceDoglegStep()
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
Ddogleg.h6 void dogleg( in dogleg() function
DHybridNonLinearSolver.h237 internal::dogleg<Scalar>(R, diag, qtf, delta, wa1); in solveOneStep()
480 internal::dogleg<Scalar>(R, diag, qtf, delta, wa1); in solveNumericalDiffOneStep()
/external/eigen/unsupported/Eigen/
DNonLinearOptimization35 * a zero for the system (Powell hybrid "dogleg" method).
123 #include "src/NonLinearOptimization/dogleg.h"
/external/ceres-solver/examples/
Dbundle_adjuster.cc70 DEFINE_string(dogleg, "traditional_dogleg", "Options are: traditional_dogleg,"
Dnist.cc88 DEFINE_string(dogleg, "traditional_dogleg",
/external/ceres-solver/docs/source/
Dfeatures.rst47 Powell's Dogleg, and Subspace dogleg methods. The key
Dsolving.rst215 .. _section-dogleg:
241 farthest along this line shaped like a dogleg (hence the name) that is
1021 :ref:`section-dogleg` for more details.
1027 Ceres supports two different dogleg strategies.
1029 method described by [ByrdSchnabel]_ . See :ref:`section-dogleg`
2116 Type of dogleg strategy used for solving the trust region problem.