Home
last modified time | relevance | path

Searched refs:expected_jacobian_y_ (Results 1 – 2 of 2) sorted by relevance

/external/ceres-solver/internal/ceres/
Ddynamic_numeric_diff_cost_function_test.cc373 expected_jacobian_y_.resize(14); in SetUp()
374 expected_jacobian_y_[0] = 0.0; in SetUp()
375 expected_jacobian_y_[1] = 0.0; in SetUp()
376 expected_jacobian_y_[2] = 1.0; in SetUp()
377 expected_jacobian_y_[3] = 2.0; in SetUp()
378 expected_jacobian_y_[4] = 0.0; in SetUp()
379 expected_jacobian_y_[5] = 0.0; in SetUp()
380 expected_jacobian_y_[6] = sum_x; in SetUp()
381 expected_jacobian_y_[7] = 2.0 * sum_x; in SetUp()
382 expected_jacobian_y_[8] = sum_z; in SetUp()
[all …]
Ddynamic_autodiff_cost_function_test.cc372 expected_jacobian_y_.resize(14); in SetUp()
373 expected_jacobian_y_[0] = 0.0; in SetUp()
374 expected_jacobian_y_[1] = 0.0; in SetUp()
375 expected_jacobian_y_[2] = 1.0; in SetUp()
376 expected_jacobian_y_[3] = 2.0; in SetUp()
377 expected_jacobian_y_[4] = 0.0; in SetUp()
378 expected_jacobian_y_[5] = 0.0; in SetUp()
379 expected_jacobian_y_[6] = sum_x; in SetUp()
380 expected_jacobian_y_[7] = 2.0 * sum_x; in SetUp()
381 expected_jacobian_y_[8] = sum_z; in SetUp()
[all …]