#include <model-fixture.hpp>
|
void | SetUp (benchmark::State &) |
|
void | TearDown (benchmark::State &) |
|
ModelFixture store a Model, Data and associated random q, v, a and tau vector. ModelFixture::GlobalSetUp load a Model in ModelFixture::MODEL from the parsed ExtraArgs.
Definition at line 37 of file model-fixture.hpp.
◆ GlobalSetUp()
static void ModelFixture::GlobalSetUp |
( |
const ExtraArgs & |
extra_args | ) |
|
|
inlinestatic |
◆ SetUp()
void ModelFixture::SetUp |
( |
benchmark::State & |
| ) |
|
|
inline |
◆ TearDown()
void ModelFixture::TearDown |
( |
benchmark::State & |
| ) |
|
|
inline |
Eigen::VectorXd ModelFixture::a |
◆ data
◆ model
◆ MODEL
Eigen::VectorXd ModelFixture::q |
◆ tau
Eigen::VectorXd ModelFixture::tau |
Eigen::VectorXd ModelFixture::v |
The documentation for this struct was generated from the following file: