OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetParameterUpperBound
(Results
1 - 6
of
6
) sorted by null
/external/ceres-solver/internal/ceres/
problem.cc
192
void Problem::
SetParameterUpperBound
(double* values,
195
problem_impl_->
SetParameterUpperBound
(values, index, upper_bound);
problem_impl.h
135
void
SetParameterUpperBound
(double* values, int index, double upper_bound);
program_test.cc
412
problem.
SetParameterUpperBound
(x, 0, 1.0);
423
problem.
SetParameterUpperBound
(x, 0, 2.0);
problem_impl.cc
592
void ProblemImpl::
SetParameterUpperBound
(double* values,
[
all
...]
/external/ceres-solver/include/ceres/
problem.h
327
void
SetParameterUpperBound
(double* values, int index, double upper_bound);
/external/ceres-solver/examples/
more_garbow_hillstrom.cc
280
problem.
SetParameterUpperBound
(x, i, TestProblem::upper_bounds[i]);
Completed in 76 milliseconds