OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:group_to_elements
(Results
1 - 5
of
5
) sorted by null
/external/ceres-solver/internal/ceres/
coordinate_descent_minimizer.cc
71
map<int, set<double*> >
group_to_elements
= ordering.
group_to_elements
();
local
72
for (map<int, set<double*> >::const_iterator it =
group_to_elements
.begin();
73
it !=
group_to_elements
.end();
240
const map<int, set<double*> >&
group_to_elements
=
local
241
ordering.
group_to_elements
();
244
map<int, set<double*> >::const_iterator it =
group_to_elements
.begin();
245
for ( ; it !=
group_to_elements
.end(); ++it) {
parameter_block_ordering.cc
154
const map<int, set<double*> >&
group_to_elements
=
local
155
ordering->
group_to_elements
();
156
for (map<int, set<double*> >::const_iterator it =
group_to_elements
.begin();
157
it !=
group_to_elements
.end();
reorder_program.cc
157
ordering.
group_to_elements
();
363
parameter_block_ordering->
group_to_elements
().begin()->second.size();
solver_impl.cc
627
options.linear_solver_ordering->
group_to_elements
().begin()->second;
[
all
...]
/external/ceres-solver/include/ceres/
ordered_groups.h
183
const map<int, set<T> >&
group_to_elements
() const {
function in class:ceres::OrderedGroups
Completed in 495 milliseconds