OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enable_fast_parameter_block_removal
(Results
1 - 3
of
3
) sorted by null
/external/ceres-solver/include/ceres/
problem.h
127
enable_fast_parameter_block_removal
(false),
151
bool
enable_fast_parameter_block_removal
;
member in struct:ceres::Problem::Options
279
// If Problem::Options::
enable_fast_parameter_block_removal
is true, then the
/external/ceres-solver/internal/ceres/
problem_impl.cc
145
if (options_.
enable_fast_parameter_block_removal
) {
281
if (options_.
enable_fast_parameter_block_removal
) {
475
if (options_.
enable_fast_parameter_block_removal
) {
490
if (options_.
enable_fast_parameter_block_removal
) {
problem_test.cc
381
options.
enable_fast_parameter_block_removal
= GetParam();
[
all
...]
Completed in 207 milliseconds