HomeSort by relevance Sort by last modified time
    Searched refs:CorrectJacobian (Results 1 - 4 of 4) sorted by null

  /external/ceres-solver/internal/ceres/
corrector.h 63 // In practical use CorrectJacobian should always be called before
77 void CorrectJacobian(int num_rows,
corrector_test.cc 79 c.CorrectJacobian(1.0, 1.0, &residuals, &jacobian);
106 c.CorrectJacobian(1, 1, &residuals, &jacobian);
135 c.CorrectJacobian(1, 1, &residuals, &jacobian);
199 c.CorrectJacobian(3, 2, residuals, jacobian);
260 c.CorrectJacobian(3, 2, residuals, jacobian);
corrector.cc 118 void Corrector::CorrectJacobian(const int num_rows,
residual_block.cc 182 correct.CorrectJacobian(num_residuals,

Completed in 380 milliseconds