MCPcopy Create free account
hub / github.com/Simple-Robotics/aligator / MyModel

Method MyModel

tests/cycling.cpp:20–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18struct MyModel : ExplicitDynamicsModelTpl<double> {
19 using ExplicitData = ExplicitDynamicsDataTpl<double>;
20 explicit MyModel(polymorphic<Manifold> space)
21 : ExplicitDynamicsModelTpl<double>(std::move(space), space->ndx()) {}
22
23 void forward(const ConstVectorRef &x, const ConstVectorRef &u,
24 ExplicitData &data) const {

Callers

nothing calls this directly

Calls 1

ndxMethod · 0.45

Tested by

no test coverage detected