Home | History | Annotate | Download | only in ceres

Lines Matching refs:TernaryCostFunction

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);