HomeSort by relevance Sort by last modified time
    Searched defs:Corrector (Results 1 - 2 of 2) sorted by null

  /external/ceres-solver/internal/ceres/
corrector.h 41 // Corrector is responsible for applying the second order correction
49 class Corrector {
66 explicit Corrector(double sq_norm, const double rho[3]);
corrector.cc 31 #include "ceres/corrector.h"
41 Corrector::Corrector(const double sq_norm, const double rho[3]) {
112 void Corrector::CorrectResiduals(const int num_rows, double* residuals) {
118 void Corrector::CorrectJacobian(const int num_rows,

Completed in 58 milliseconds