Searched defs:DoglegStrategy (Results 1 - 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Ddogleg_strategy.h52 // DoglegStrategy follows the approach by Shultz, Schnabel, Byrd.
55 class DoglegStrategy : public TrustRegionStrategy { class in namespace:ceres::internal
57 explicit DoglegStrategy(const TrustRegionStrategy::Options& options);
58 virtual ~DoglegStrategy() {}
H A Ddogleg_strategy.cc52 DoglegStrategy::DoglegStrategy(const TrustRegionStrategy::Options& options) function in class:ceres::internal::DoglegStrategy
77 TrustRegionStrategy::Summary DoglegStrategy::ComputeStep(
171 void DoglegStrategy::ComputeGradient(
181 void DoglegStrategy::ComputeCauchyPoint(SparseMatrix* jacobian) {
198 void DoglegStrategy::ComputeTraditionalDoglegStep(double* dogleg) {
265 void DoglegStrategy::ComputeSubspaceDoglegStep(double* dogleg) {
418 Vector DoglegStrategy::MakePolynomialForBoundaryConstrainedProblem() const {
445 DoglegStrategy::Vector2d DoglegStrategy
[all...]

Completed in 283 milliseconds