#include <drake/core/Function.h>
|
| static size_t | numInputs (std::reference_wrapper< F > const &f) |
| |
| static size_t | numOutputs (std::reference_wrapper< F > const &f) |
| |
| template<typename ScalarType > |
| static void | eval (std::reference_wrapper< F > const &f, VecIn< ScalarType > const &x, VecOut< ScalarType > &y) |
| |
| static void eval |
( |
std::reference_wrapper< F > const & |
f, |
|
|
VecIn< ScalarType > const & |
x, |
|
|
VecOut< ScalarType > & |
y |
|
) |
| |
|
inlinestatic |
| static size_t numInputs |
( |
std::reference_wrapper< F > const & |
f | ) |
|
|
inlinestatic |
| static size_t numOutputs |
( |
std::reference_wrapper< F > const & |
f | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: