OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:interpolation_type
(Results
1 - 4
of
4
) sorted by null
/external/ceres-solver/internal/ceres/
line_search.cc
148
// polynomial of degree defined by
interpolation_type
which interpolates all
151
const LineSearchInterpolationType&
interpolation_type
,
158
(
interpolation_type
== BISECTION &&
163
} else if (
interpolation_type
== BISECTION) {
178
<< "please contact the developers!,
interpolation_type
: "
179
<< LineSearchInterpolationTypeToString(
interpolation_type
)
188
if (
interpolation_type
== QUADRATIC) {
198
} else if (
interpolation_type
== CUBIC) {
208
LOG(FATAL) << "Ceres bug: No handler for
interpolation_type
: "
209
<< LineSearchInterpolationTypeToString(
interpolation_type
)
[
all
...]
line_search.h
64
:
interpolation_type
(CUBIC),
77
LineSearchInterpolationType
interpolation_type
;
member in struct:ceres::internal::LineSearch::Options
216
const LineSearchInterpolationType&
interpolation_type
,
line_search_minimizer.cc
179
line_search_options.
interpolation_type
=
trust_region_minimizer.cc
70
line_search_options.
interpolation_type
=
Completed in 178 milliseconds