MCPcopy Create free account
hub / github.com/dartsim/dart / eval

Method eval

python/dartpy/optimizer/Function.cpp:53–60  ·  view source on GitHub ↗

Trampoline for virtual function

Source from the content-addressed store, hash-verified

51
52 // Trampoline for virtual function
53 double eval(const Eigen::VectorXd& x) override
54 {
55 PYBIND11_OVERLOAD_PURE(
56 double, // Return type
57 Function, // Parent class
58 eval, // Name of function in C++ (must match Python name)
59 x);
60 }
61
62 // Trampoline for virtual function
63 void evalGradient(

Callers 1

FunctionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected