FunctionTraits.
More...
#include <drake/core/Function.h>
|
static size_t | numInputs (F const &f) |
|
static size_t | numOutputs (F const &f) |
|
template<typename ScalarType > |
static void | eval (F const &f, VecIn< ScalarType > const &x, VecOut< ScalarType > &y) |
|
template<typename F>
struct Drake::FunctionTraits< F >
FunctionTraits.
Define interface to a function of the form y = f(x).
static void eval |
( |
F const & |
f, |
|
|
VecIn< ScalarType > const & |
x, |
|
|
VecOut< ScalarType > & |
y |
|
) |
| |
|
inlinestatic |
static size_t numInputs |
( |
F const & |
f | ) |
|
|
inlinestatic |
static size_t numOutputs |
( |
F const & |
f | ) |
|
|
inlinestatic |
The documentation for this struct was generated from the following file: