Home
last modified time | relevance | path

Searched defs:Functor (Results 1 – 10 of 10) sorted by relevance

/external/eigen/unsupported/test/
DNumericalDiff.cpp13 struct Functor struct
26 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in Functor() argument
27 Functor(int inputs, int values) : m_inputs(inputs), m_values(values) {} in Functor() function
34 struct my_functor : Functor<double> argument
DNonLinearOptimization.cpp105 struct Functor struct
118 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in Functor() argument
119 Functor(int inputs, int values) : m_inputs(inputs), m_values(values) {} in Functor() function
128 struct lmder_functor : Functor<double> argument
/external/eigen/unsupported/Eigen/src/NumericalDiff/
DNumericalDiff.h39 typedef _Functor Functor; typedef
45 NumericalDiff(Scalar _epsfcn=0.) : Functor(), epsfcn(_epsfcn) {} in Functor() function
46 NumericalDiff(const Functor& f, Scalar _epsfcn=0.) : Functor(f), epsfcn(_epsfcn) {} in Functor() function
/external/ceres-solver/include/ceres/
Dnumeric_diff_functor.h122 new NumericDiffCostFunction<Functor, in functor_()
126 N5, N6, N7, N8, N9>(new Functor, in functor_()
131 : functor_(new NumericDiffCostFunction<Functor, in functor_()
/external/clang/test/SemaTemplate/
Dmember-function-template.cpp53 struct Functor { struct
60 void test_Functor(Functor f) { in test_Functor() argument
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
Dfdjac1.h7 const FunctorType &Functor, in fdjac1()
/external/guava/guava-testlib/src/com/google/common/testing/
DNullPointerTester.java304 private interface Functor { interface in NullPointerTester
/external/chromium/testing/gmock/test/
Dgmock-more-actions_test.cc349 TEST(InvokeTest, Functor) { in TEST() argument
Dgmock-actions_test.cc1113 TEST(InvokeWithoutArgsTest, Functor) { in TEST() argument
Dgmock-matchers_test.cc3341 struct Functor : public ::std::unary_function<int, string> { struct
3342 result_type operator()(argument_type input) const { in operator ()()