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

  /external/ceres-solver/examples/
quadratic_auto_diff.cc 63 double initial_x = 5.0; local
64 double x = initial_x;
85 std::cout << "x : " << initial_x
quadratic_numeric_diff.cc 68 double initial_x = 5.0; local
69 double x = initial_x;
89 std::cout << "x : " << initial_x
circle_fit.cc 121 double initial_x = x; local
160 std::cout << "x : " << initial_x << " -> " << x << "\n";

Completed in 119 milliseconds