Home | History | Annotate | Download | only in ceres

Lines Matching full:program

47 // adding and modifying parameters and residuals. The Program contains the core
51 // objective function. Various parts of Ceres transform one Program into
55 class Program {
57 Program();
58 explicit Program(const Program& program);
60 // The ordered parameter and residual blocks for the program.
66 // Serialize to/from the program and update states.
83 // Update a state vector for the program given a delta.
119 // The Program does not own the ParameterBlock or ResidualBlock objects.