Lines Matching defs:it
72 for (map<int, set<double*> >::const_iterator it = group_to_elements.begin();
73 it != group_to_elements.end();
74 ++it) {
75 for (set<double*>::const_iterator ptr_it = it->second.begin();
76 ptr_it != it->second.end();
83 independent_set_offsets_.back() + it->second.size());
106 const map<ParameterBlock*, int>::const_iterator it =
108 if (it != parameter_block_index.end()) {
109 residual_blocks_[it->second].push_back(residual_block);
178 // some ways is fine, since it won't change the parameters and
244 map<int, set<double*> >::const_iterator it = group_to_elements.begin();
245 for ( ; it != group_to_elements.end(); ++it) {
246 if (!program.IsParameterBlockSetIndependent(it->second)) {
250 "form an independent set. Group Id: %d", it->first);
258 // of independent sets of decreasing size and invert it. This