• Home
  • Raw
  • Download

Lines Matching refs:Functor

117 struct Functor  struct
130 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in Functor() argument
131 Functor(int inputs, int values) : m_inputs(inputs), m_values(values) {} in Functor() argument
140 struct lmder_functor : Functor<double> argument
142 lmder_functor(void): Functor<double>(3,15) {} in lmder_functor()
250 struct hybrj_functor : Functor<double>
252 hybrj_functor(void) : Functor<double>(9,9) {} in hybrj_functor()
354 struct hybrd_functor : Functor<double>
356 hybrd_functor(void) : Functor<double>(9,9) {} in hybrd_functor()
436 struct lmstr_functor : Functor<double>
438 lmstr_functor(void) : Functor<double>(3,15) {} in lmstr_functor()
534 struct lmdif_functor : Functor<double>
536 lmdif_functor(void) : Functor<double>(3,15) {} in lmdif_functor()
637 struct chwirut2_functor : Functor<double>
639 chwirut2_functor(void) : Functor<double>(3,54) {} in chwirut2_functor()
722 struct misra1a_functor : Functor<double>
724 misra1a_functor(void) : Functor<double>(2,14) {} in misra1a_functor()
794 struct hahn1_functor : Functor<double>
796 hahn1_functor(void) : Functor<double>(7,236) {} in hahn1_functor()
893 struct misra1d_functor : Functor<double>
895 misra1d_functor(void) : Functor<double>(2,14) {} in misra1d_functor()
967 struct lanczos1_functor : Functor<double>
969 lanczos1_functor(void) : Functor<double>(6,24) {} in lanczos1_functor()
1053 struct rat42_functor : Functor<double>
1055 rat42_functor(void) : Functor<double>(3,9) {} in rat42_functor()
1130 struct MGH10_functor : Functor<double>
1132 MGH10_functor(void) : Functor<double>(3,16) {} in MGH10_functor()
1207 struct BoxBOD_functor : Functor<double>
1209 BoxBOD_functor(void) : Functor<double>(2,6) {} in BoxBOD_functor()
1284 struct MGH17_functor : Functor<double>
1286 MGH17_functor(void) : Functor<double>(5,33) {} in MGH17_functor()
1369 struct MGH09_functor : Functor<double>
1371 MGH09_functor(void) : Functor<double>(4,11) {} in MGH09_functor()
1454 struct Bennett5_functor : Functor<double>
1456 Bennett5_functor(void) : Functor<double>(3,154) {} in Bennett5_functor()
1533 struct thurber_functor : Functor<double>
1535 thurber_functor(void) : Functor<double>(7,37) {} in thurber_functor()
1630 struct rat43_functor : Functor<double>
1632 rat43_functor(void) : Functor<double>(4,15) {} in rat43_functor()
1716 struct eckerle4_functor : Functor<double>
1718 eckerle4_functor(void) : Functor<double>(3,35) {} in eckerle4_functor()