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

  /external/ceres-solver/internal/ceres/
local_parameterization.cc 39 IdentityParameterization::IdentityParameterization(const int size)
44 bool IdentityParameterization::Plus(const double* x,
52 bool IdentityParameterization::ComputeJacobian(const double* x,
  /external/ceres-solver/include/ceres/
local_parameterization.h 137 class CERES_EXPORT IdentityParameterization : public LocalParameterization {
139 explicit IdentityParameterization(int size);
140 virtual ~IdentityParameterization() {}

Completed in 80 milliseconds