Home | History | Annotate | Download | only in ceres

Lines Matching refs:Program

44 #include "ceres/program.h"
110 Evaluator* CreateEvaluator(Program* program) {
111 // This program is straight from the ProblemImpl, and so has no index/offset
113 program->SetParameterOffsetsAndIndex();
132 return Evaluator::Create(options, program, &error);
242 // Add the parameters in explicit order to force the ordering in the program.
327 // Add the parameters in explicit order to force the ordering in the program.
382 // Add the parameters in explicit order to force the ordering in the program.
450 // Add the parameters in explicit order to force the ordering in the program.
473 // Create the reduced program which is missing the fixed "z" variable.
474 // Normally, the preprocessing of the program that happens in solver_impl
476 Program reduced_program;
598 Program* program = problem.mutable_program();
599 program->SetParameterOffsetsAndIndex();
605 scoped_ptr<Evaluator> evaluator(Evaluator::Create(options, program, &error));