MCPcopy Create free account
hub / github.com/ceres-solver/ceres-solver / function

Function function

include/ceres/gradient_problem.h:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 bool Plus(const double* x, const double* delta, double* x_plus_delta) const;
108
109 const FirstOrderFunction* function() const { return function_.get(); }
110 FirstOrderFunction* mutable_function() { return function_.get(); }
111
112 const Manifold* manifold() const { return manifold_.get(); }

Callers 3

InvokeWithThreadIdFunction · 0.85
UpdateMethod · 0.85
TinySolverClass · 0.85

Calls 1

getMethod · 0.80

Tested by

no test coverage detected