OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TranscendentalFunctor
(Results
1 - 4
of
4
) sorted by null
/external/ceres-solver/internal/ceres/
numeric_diff_functor_test.cc
87
typedef NumericDiffFunctor<
TranscendentalFunctor
, CENTRAL, 2, 5, 5>
91
TranscendentalFunctor
functor;
101
new NumericDiffTranscendentalFunctor(new
TranscendentalFunctor
)));
106
typedef NumericDiffFunctor<
TranscendentalFunctor
, FORWARD, 2, 5, 5>
110
TranscendentalFunctor
functor;
120
new NumericDiffTranscendentalFunctor(new
TranscendentalFunctor
)));
numeric_diff_test_utils.h
69
class
TranscendentalFunctor
{
85
TranscendentalFunctor
functor_;
numeric_diff_cost_function_test.cc
103
new NumericDiffCostFunction<
TranscendentalFunctor
,
108
new
TranscendentalFunctor
));
109
TranscendentalFunctor
functor;
116
new NumericDiffCostFunction<
TranscendentalFunctor
,
121
new
TranscendentalFunctor
));
122
TranscendentalFunctor
functor;
135
TranscendentalFunctor
functor;
148
TranscendentalFunctor
functor;
numeric_diff_test_utils.cc
90
bool
TranscendentalFunctor
::operator()(const double* x1,
102
void
TranscendentalFunctor
::ExpectCostFunctionEvaluationIsNearlyCorrect(
Completed in 73 milliseconds