HomeSort by relevance Sort by last modified time
    Searched refs:kNumParameterBlocks (Results 1 - 3 of 3) sorted by null

  /external/ceres-solver/include/ceres/
numeric_diff_cost_function.h 205 const int kNumParameterBlocks =
225 FixedArray<double*> parameters_reference_copy(kNumParameterBlocks);
  /external/ceres-solver/internal/ceres/
problem_test.cc 781 template <int kNumResiduals, int kNumParameterBlocks>
786 CHECK_GT(kNumParameterBlocks, 0);
788 for (int i = 0; i < kNumParameterBlocks; ++i) {
798 for (int j = 0; j < kNumParameterBlocks; ++j) {
807 for (int j = 0; j < kNumParameterBlocks; ++j) {
    [all...]
solver_impl_test.cc     [all...]

Completed in 723 milliseconds