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.cc 31 #include "ceres/corrector.h"
41 Corrector::Corrector(double sq_norm, const double rho[3]) {
105 void Corrector::CorrectResiduals(int nrow, double* residuals) {
112 void Corrector::CorrectJacobian(int nrow, int ncol,
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]);

Completed in 40 milliseconds