Home | History | Annotate | Download | only in ceres

Lines Matching refs:DYNAMIC

103 //       = new AutoDiffCostFunction<MyScalarCostFunctor, DYNAMIC, 2, 2>(
109 // Indicate dynamic number of residuals --------+ | |
143 // ceres::DYNAMIC to indicate it will be set at runtime), and subsequent
148 // If the number of residuals (argument "M" below) is ceres::DYNAMIC, then the
154 int M, // Number of residuals, or ceres::DYNAMIC.
173 CHECK_NE(M, DYNAMIC) << "Can't run the fixed-size constructor if the "
174 << "number of residuals is set to ceres::DYNAMIC.";
184 CHECK_EQ(M, DYNAMIC) << "Can't run the dynamic-size constructor if the "
185 << "number of residuals is not ceres::DYNAMIC.";