robotoc
robotoc - efficient ROBOT Optimal Control solvers
Loading...
Searching...
No Matches
ocp_benchmarker.hpp
Go to the documentation of this file.
1
#ifndef ROBOTOC_UTILS_OCP_BENCHMARKER_HPP_
2
#define ROBOTOC_UTILS_OCP_BENCHMARKER_HPP_
3
4
#include <memory>
5
#include <string>
6
7
#include "Eigen/Core"
8
9
10
namespace
robotoc
{
11
namespace
benchmark {
12
13
template
<
typename
OCPSolverType>
14
void
CPUTime
(OCPSolverType& ocp_solver,
const
double
t,
15
const
Eigen::VectorXd& q,
const
Eigen::VectorXd& v,
16
const
int
num_iteration=1000);
17
18
}
// namespace benchmark
19
}
// namespace robotoc
20
21
#include "
robotoc/utils/ocp_benchmarker.hxx
"
22
23
#endif
// ROBOTOC_UTILS_OCP_BENCHMARKER_HPP_
robotoc::benchmark::CPUTime
void CPUTime(OCPSolverType &ocp_solver, const double t, const Eigen::VectorXd &q, const Eigen::VectorXd &v, const int num_iteration=1000)
Definition:
ocp_benchmarker.hxx:14
robotoc
Definition:
constraint_component_base.hpp:17
ocp_benchmarker.hxx
include
robotoc
utils
ocp_benchmarker.hpp
Generated by
1.9.5