OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUMERICAL_FAILURE
(Results
1 - 7
of
7
) sorted by null
/external/ceres-solver/internal/ceres/
line_search_minimizer.cc
125
summary->termination_type =
NUMERICAL_FAILURE
;
248
summary->termination_type =
NUMERICAL_FAILURE
;
296
summary->termination_type =
NUMERICAL_FAILURE
;
trust_region_minimizer.cc
132
summary->termination_type =
NUMERICAL_FAILURE
;
259
//
NUMERICAL_FAILURE
if this limit is exceeded.
262
summary->termination_type =
NUMERICAL_FAILURE
;
291
summary->termination_type =
NUMERICAL_FAILURE
;
471
summary->termination_type =
NUMERICAL_FAILURE
;
solver.cc
145
if (termination_type !=
NUMERICAL_FAILURE
&&
321
if (termination_type !=
NUMERICAL_FAILURE
&&
types.cc
287
CASESTR(
NUMERICAL_FAILURE
);
system_test.cc
160
CHECK_NE(summary.termination_type, ceres::
NUMERICAL_FAILURE
)
solver_impl.cc
585
summary->termination_type ==
NUMERICAL_FAILURE
) {
[
all
...]
/external/ceres-solver/include/ceres/
types.h
320
NUMERICAL_FAILURE
,
Completed in 84 milliseconds