Home
last modified time | relevance | path

Searched refs:x_delta_indices_ (Results 1 – 2 of 2) sorted by relevance

/external/ceres-solver/examples/
Dfields_of_experts.h123 return x_delta_indices_; in GetXDeltaIndices()
135 std::vector<int> x_delta_indices_, y_delta_indices_; variable
Dfields_of_experts.cc101 x_delta_indices_.resize(num_variables); in LoadFromFile()
103 foe_file >> x_delta_indices_[i]; in LoadFromFile()