OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:eval_jacobians
(Results
1 - 1
of
1
) sorted by null
/external/ceres-solver/internal/ceres/
residual_block.cc
106
double**
eval_jacobians
= (jacobians != NULL) ? global_jacobians.get() : NULL;
local
108
InvalidateEvaluation(*this, cost, residuals,
eval_jacobians
);
110
if (!cost_function_->Evaluate(parameters.get(), residuals,
eval_jacobians
)) {
118
eval_jacobians
)) {
129
eval_jacobians
);
Completed in 43 milliseconds