|
Drake
|
#include "drake/systems/trajectories/ExponentialPlusPiecewisePolynomial.h"#include <Eigen/Core>#include <random>#include <iostream>#include <cmath>#include "drake/util/testUtil.h"
Functions | |
| template<typename CoefficientType > | |
| void | testSimpleCase () |
| int | main (int argc, char **argv) |
Variables | |
| default_random_engine | generator |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| void testSimpleCase | ( | ) |

| default_random_engine generator |