OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jacobian_ptrs
(Results
1 - 2
of
2
) sorted by null
/external/ceres-solver/include/ceres/
autodiff_local_parameterization.h
129
double*
jacobian_ptrs
[2] = { NULL, jacobian };
local
135
jacobian_ptrs
);
/external/ceres-solver/internal/ceres/
residual_block_test.cc
131
double *
jacobian_ptrs
[3] = {
local
137
residual_block.Evaluate(true, &cost, residuals,
jacobian_ptrs
, scratch);
154
jacobian_ptrs
[1] = NULL; // Don't compute the jacobian for y.
156
residual_block.Evaluate(true, &cost, residuals,
jacobian_ptrs
, scratch);
270
double *
jacobian_ptrs
[3] = {
local
276
residual_block.Evaluate(true, &cost, residuals,
jacobian_ptrs
, scratch);
312
jacobian_ptrs
[1] = NULL; // Don't compute the jacobian for y.
314
residual_block.Evaluate(true, &cost, residuals,
jacobian_ptrs
, scratch);
Completed in 57 milliseconds