OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DynamicAutoDiffCostFunction
(Results
1 - 3
of
3
) sorted by null
/external/ceres-solver/include/ceres/
dynamic_autodiff_cost_function.h
52
//
DynamicAutoDiffCostFunction
<MyCostFunctor, 3> cost_function(
79
class
DynamicAutoDiffCostFunction
: public CostFunction {
81
explicit
DynamicAutoDiffCostFunction
(CostFunctor* functor)
84
virtual ~
DynamicAutoDiffCostFunction
() {}
98
<< "You must call
DynamicAutoDiffCostFunction
::SetNumResiduals() "
99
<< "before
DynamicAutoDiffCostFunction
::Evaluate().";
/external/ceres-solver/examples/
robot_pose_mle.cc
31
// This example demonstrates how to use the
DynamicAutoDiffCostFunction
32
// variant of CostFunction. The
DynamicAutoDiffCostFunction
is meant to
63
// The RangeConstraint residual is modeled as a
DynamicAutoDiffCostFunction
69
// cost function is implemented as a
DynamicAutoDiffCostFunction
.
125
// will be computed by a
DynamicAutoDiffCostFunction
since the number of
139
using ceres::
DynamicAutoDiffCostFunction
;
187
typedef
DynamicAutoDiffCostFunction
<RangeConstraint, kStride>
290
// Create and add a
DynamicAutoDiffCostFunction
for the RangeConstraint from
/external/ceres-solver/internal/ceres/
dynamic_autodiff_cost_function_test.cc
77
DynamicAutoDiffCostFunction
<MyCostFunctor, 3> cost_function(
105
DynamicAutoDiffCostFunction
<MyCostFunctor, 3> cost_function(
172
DynamicAutoDiffCostFunction
<MyCostFunctor, 3> cost_function(
222
DynamicAutoDiffCostFunction
<MyCostFunctor, 3> cost_function(
330
typedef
DynamicAutoDiffCostFunction
<MyThreeParameterCostFunctor, 3>
567
typedef
DynamicAutoDiffCostFunction
<MySixParameterCostFunctor, 3>
Completed in 675 milliseconds