Searched defs:Functor (Results 1 - 7 of 7) sorted by relevance

/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A Dfdjac1.h7 const FunctorType &Functor,
44 iflag = Functor(x, wa1);
60 iflag = Functor(x, wa1);
6 fdjac1( const FunctorType &Functor, Matrix< Scalar, Dynamic, 1 > &x, Matrix< Scalar, Dynamic, 1 > &fvec, Matrix< Scalar, Dynamic, Dynamic > &fjac, DenseIndex ml, DenseIndex mu, Scalar epsfcn) argument
/external/eigen/unsupported/Eigen/src/NumericalDiff/
H A DNumericalDiff.h39 typedef _Functor Functor; typedef in class:Eigen::NumericalDiff
40 typedef typename Functor::Scalar Scalar;
41 typedef typename Functor::InputType InputType;
42 typedef typename Functor::ValueType ValueType;
43 typedef typename Functor::JacobianType JacobianType;
45 NumericalDiff(Scalar _epsfcn=0.) : Functor(), epsfcn(_epsfcn) {}
46 NumericalDiff(const Functor& f, Scalar _epsfcn=0.) : Functor(f), epsfcn(_epsfcn) {}
50 NumericalDiff(const T0& a0) : Functor(a0), epsfcn(0) {}
52 NumericalDiff(const T0& a0, const T1& a1) : Functor(a
[all...]
/external/eigen/unsupported/test/
H A DNumericalDiff.cpp13 struct Functor struct
26 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} function in struct:Functor
27 Functor(int inputs, int values) : m_inputs(inputs), m_values(values) {} function in struct:Functor
34 struct my_functor : Functor<double>
36 my_functor(void): Functor<double>(3,15) {}
H A DNonLinearOptimization.cpp107 struct Functor struct
120 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} function in struct:Functor
121 Functor(int inputs, int values) : m_inputs(inputs), m_values(values) {} function in struct:Functor
130 struct lmder_functor : Functor<double>
132 lmder_functor(void): Functor<double>(3,15) {}
242 struct hybrj_functor : Functor<double>
244 hybrj_functor(void) : Functor<double>(9,9) {}
348 struct hybrd_functor : Functor<double>
350 hybrd_functor(void) : Functor<double>(9,9) {}
430 struct lmstr_functor : Functor<doubl
[all...]
/external/guava/guava-testlib/src/com/google/common/testing/
H A DNullPointerTester.java200 testFunctorParameter(instance, new Functor() {
227 testFunctorParameter(null, new Functor() {
251 private void testFunctorParameter(Object instance, Functor func,
275 Functor func, int paramIndex) {
288 private Object[] buildParamList(Functor func, int indexOfParamToSetToNull) {
304 private interface Functor { interface in class:NullPointerTester
/external/clang/test/SemaTemplate/
H A Dinstantiate-local-class.cpp81 struct Functor { struct
86 forEach(Functor());
H A Dmember-function-template.cpp53 struct Functor { struct
60 void test_Functor(Functor f) {

Completed in 111 milliseconds