template<typename Functor, typename T, int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0, int N5 = 0, int N6 = 0, int N7 = 0, int N8 = 0, int N9 = 0>
struct ceres::internal::AutoDiff< Functor, T, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9 >
Definition at line 209 of file autodiff.h.
template<typename Functor , typename T , int N0 = 0, int N1 = 0, int N2 = 0, int N3 = 0, int N4 = 0, int N5 = 0, int N6 = 0, int N7 = 0, int N8 = 0, int N9 = 0>
static bool ceres::internal::AutoDiff< Functor, T, N0, N1, N2, N3, N4, N5, N6, N7, N8, N9 >::Differentiate |
( |
const Functor & |
functor, |
|
|
T const *const * |
parameters, |
|
|
int |
num_outputs, |
|
|
T * |
function_value, |
|
|
T ** |
jacobians |
|
) |
| |
|
inlinestatic |