OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TernaryCostFunction
(Results
1 - 5
of
5
) sorted by null
/external/ceres-solver/internal/ceres/
residual_block_test.cc
43
class
TernaryCostFunction
: public CostFunction {
45
TernaryCostFunction
(int num_residuals,
93
TernaryCostFunction
cost_function(3, 2, 3, 4);
gradient_checking_cost_function_test.cc
305
class
TernaryCostFunction
: public CostFunction {
307
TernaryCostFunction
(int num_residuals,
361
problem_impl.AddResidualBlock(new
TernaryCostFunction
(1, 5, 3, 4),
program_test.cc
76
class
TernaryCostFunction
: public MockCostFunctionBase<2, 1, 1, 1> {};
89
problem.AddResidualBlock(new
TernaryCostFunction
(), NULL, &x, &y, &z);
194
problem.AddResidualBlock(new
TernaryCostFunction
(), NULL, &x, &y, &z);
221
problem.AddResidualBlock(new
TernaryCostFunction
(), NULL, &x, &y, &z);
reorder_program_test.cc
59
class
TernaryCostFunction
: public MockCostFunctionBase<2, 1, 1, 1> {};
problem_test.cc
97
class
TernaryCostFunction
: public CostFunction {
99
TernaryCostFunction
(int num_residuals,
164
new
TernaryCostFunction
(1, 5, 3, 5),
297
problem.AddResidualBlock(new
TernaryCostFunction
(1, 5, 3, 4), NULL, z, x, y);
635
CostFunction* cost_yzw = new
TernaryCostFunction
(1, 4, 5, 3);
692
CostFunction* cost_yzw = new
TernaryCostFunction
(1, 4, 5, 3);
813
CostFunction* cost_yzw = new
TernaryCostFunction
(1, 4, 5, 3);
896
CostFunction* cost_yzw = new
TernaryCostFunction
(1, 4, 5, 3);
[
all
...]
Completed in 444 milliseconds