Home | History | Annotate | Download | only in ceres

Lines Matching full:program

49 #include "ceres/program.h"
139 // sync with the position of the parameter in the program's parameter vector.
190 ProblemImpl::ProblemImpl() : program_(new internal::Program) {}
193 program_(new internal::Program) {}
548 // take the residual blocks from the underlying program.
549 Program program;
550 *program.mutable_residual_blocks() =
559 *program.mutable_parameter_blocks();
564 // the underlying program object.
589 program.parameter_blocks());
612 program.SetParameterOffsetsAndIndex();
626 Evaluator::Create(evaluator_options, &program, &error));
657 program.SetParameterBlockStatePtrsToUserStatePtrs();
665 Vector parameters(program.NumParameters());
666 program.ParameterBlocksToStateVector(parameters.data());