Home | History | Annotate | Download | only in ceres

Lines Matching refs:Problem

42 class Problem;
56 // non-linear least squares problem and provides random access to its
65 // Let us consider the non-linear regression problem
72 // solution to the non-linear least squares problem:
95 // of y, then the maximum likelihood problem to be solved is
106 // scaled, e.g. in the above case the cost function for this problem
111 // non-linear least squares problem and provides random access to its
134 // Structural rank deficiency occurs when the problem contains
176 // Problem problem;
177 // problem.AddParameterBlock(x, 3);
178 // problem.AddParameterBlock(y, 2);
179 // <Build Problem>
180 // <Solve Problem>
190 // CHECK(covariance.Compute(covariance_blocks, &problem));
360 // Even though the residual blocks in the problem may contain loss
397 Problem* problem);