OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddResidualBlock
(Results
26 - 32
of
32
) sorted by null
1
2
/external/ceres-solver/examples/
robust_curve_fitting.cc
150
problem.
AddResidualBlock
(cost_function, NULL, &m, &c);
simple_bundle_adjuster.cc
201
problem.
AddResidualBlock
(cost_function,
libmv_bundle_adjuster.cc
694
problem.
AddResidualBlock
(new ceres::AutoDiffCostFunction<
nist.cc
435
problem.
AddResidualBlock
(
/external/ceres-solver/internal/ceres/
parameter_block.h
215
void
AddResidualBlock
(ResidualBlock* residual_block) {
gradient_checking_cost_function.cc
294
// ProblemImpl::
AddResidualBlock
can potentially take ownership of
297
gradient_checking_problem_impl->
AddResidualBlock
(
trust_region_minimizer_test.cc
387
problem.
AddResidualBlock
(new CurveCostFunction(N, 10.), NULL, y);
Completed in 461 milliseconds
1
2