OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProblemImpl
(Results
1 - 22
of
22
) sorted by null
/external/ceres-solver/internal/ceres/
gradient_checking_cost_function.h
41
class
ProblemImpl
;
66
// Create a new
ProblemImpl
object from the input problem_impl, where
68
// GradientCheckingCostFunctions. This gives us a
ProblemImpl
object
78
ProblemImpl
* CreateGradientCheckingProblemImpl(
ProblemImpl
* problem_impl,
solver_impl.h
56
ProblemImpl
* problem_impl,
60
ProblemImpl
* problem_impl,
75
ProblemImpl
* problem_impl,
94
ProblemImpl
* problem_impl,
118
const
ProblemImpl
::ParameterMap& parameter_map,
134
const
ProblemImpl
* problem_impl,
144
const
ProblemImpl
::ParameterMap& parameter_map,
167
const
ProblemImpl
::ParameterMap& parameter_map,
207
const
ProblemImpl
::ParameterMap& parameter_map,
covariance_impl.h
56
ProblemImpl
* problem);
64
ProblemImpl
* problem);
76
ProblemImpl
* problem_;
program.h
42
class
ProblemImpl
;
123
friend class
ProblemImpl
;
problem_impl.cc
93
ParameterBlock*
ProblemImpl
::InternalAddParameterBlock(double* values,
158
void
ProblemImpl
::DeleteBlock(ResidualBlock* residual_block) {
180
void
ProblemImpl
::DeleteBlock(ParameterBlock* parameter_block) {
190
ProblemImpl
::
ProblemImpl
() : program_(new internal::Program) {}
191
ProblemImpl
::
ProblemImpl
(const Problem::Options& options)
195
ProblemImpl
::~
ProblemImpl
() {
218
ResidualBlock*
ProblemImpl
::AddResidualBlock
[
all
...]
coordinate_descent_minimizer.h
59
const
ProblemImpl
::ParameterMap& parameter_map,
problem_impl.h
63
class
ProblemImpl
{
67
ProblemImpl
();
68
explicit
ProblemImpl
(const Problem::Options& options);
70
~
ProblemImpl
();
187
CERES_DISALLOW_COPY_AND_ASSIGN(
ProblemImpl
);
gradient_checking_cost_function.cc
229
ProblemImpl
* CreateGradientCheckingProblemImpl(
ProblemImpl
* problem_impl,
234
//
ProblemImpl
to take ownership of it and destroy it. The
245
ProblemImpl
* gradient_checking_problem_impl = new
ProblemImpl
(
294
//
ProblemImpl
::AddResidualBlock can potentially take ownership of
solver_impl.cc
318
ProblemImpl
* problem_impl,
342
ProblemImpl
* original_problem_impl,
348
ProblemImpl
* problem_impl = original_problem_impl;
419
//
ProblemImpl
by wrapping the CostFunctions of problem_impl inside
422
scoped_ptr<
ProblemImpl
> gradient_checking_problem_impl;
447
const
ProblemImpl
::ParameterMap& parameter_map =
449
for (
ProblemImpl
::ParameterMap::const_iterator it = parameter_map.begin();
624
ProblemImpl
* original_problem_impl,
629
ProblemImpl
* problem_impl = original_problem_impl;
778
const
ProblemImpl
::ParameterMap& parameter_map
[
all
...]
solver_impl_test.cc
77
ProblemImpl
problem;
108
ProblemImpl
problem;
130
ProblemImpl
problem;
157
ProblemImpl
problem;
188
ProblemImpl
problem;
220
ProblemImpl
problem;
265
ProblemImpl
problem;
321
ProblemImpl
problem;
390
ProblemImpl
problem;
447
ProblemImpl
problem
[
all
...]
parameter_block.h
49
class
ProblemImpl
;
315
// Necessary so
ProblemImpl
can clean up the parameterizations.
316
friend class
ProblemImpl
;
evaluator_test.cc
97
// This program is straight from the
ProblemImpl
, and so has no index/offset
110
void EvaluateAndCompare(
ProblemImpl
*problem,
181
ProblemImpl
problem;
564
ProblemImpl
problem;
problem.cc
40
Problem::Problem() : problem_impl_(new internal::
ProblemImpl
) {}
42
: problem_impl_(new internal::
ProblemImpl
(options)) {}
covariance_impl.cc
104
ProblemImpl
* problem) {
127
const
ProblemImpl
::ParameterMap& parameter_map = problem_->parameter_map();
173
const
ProblemImpl
::ParameterMap& parameter_map = problem_->parameter_map();
256
ProblemImpl
* problem) {
263
const
ProblemImpl
::ParameterMap& parameter_map = problem->parameter_map();
parameter_block_ordering_test.cc
79
ProblemImpl
problem_;
schur_ordering_test.cc
79
ProblemImpl
problem_;
gradient_checking_cost_function_test.cc
348
ProblemImpl
problem_impl;
364
scoped_ptr<
ProblemImpl
> gradient_checking_problem_impl(
coordinate_descent_minimizer.cc
61
const
ProblemImpl
::ParameterMap& parameter_map,
solver.cc
70
internal::
ProblemImpl
* problem_impl =
problem_test.cc
375
// This tests against
ProblemImpl
instead of Problem in order to inspect the
382
problem.reset(new
ProblemImpl
(options));
456
scoped_ptr<
ProblemImpl
> problem;
[
all
...]
covariance_test.cc
54
ProblemImpl
problem;
/external/ceres-solver/include/ceres/
problem.h
59
class
ProblemImpl
;
427
internal::scoped_ptr<internal::
ProblemImpl
> problem_impl_;
Completed in 233 milliseconds