• Home
  • Raw
  • Download

Lines Matching refs:Functor

108 struct Functor  struct
121 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in Functor() function
122 Functor(int inputs, int values) : m_inputs(inputs), m_values(values) {} in Functor() function
131 struct lmder_functor : Functor<double> argument
133 lmder_functor(void): Functor<double>(3,15) {} in lmder_functor()
243 struct hybrj_functor : Functor<double>
245 hybrj_functor(void) : Functor<double>(9,9) {} in hybrj_functor()
349 struct hybrd_functor : Functor<double>
351 hybrd_functor(void) : Functor<double>(9,9) {} in hybrd_functor()
431 struct lmstr_functor : Functor<double>
433 lmstr_functor(void) : Functor<double>(3,15) {} in lmstr_functor()
531 struct lmdif_functor : Functor<double>
533 lmdif_functor(void) : Functor<double>(3,15) {} in lmdif_functor()
634 struct chwirut2_functor : Functor<double>
636 chwirut2_functor(void) : Functor<double>(3,54) {} in chwirut2_functor()
721 struct misra1a_functor : Functor<double>
723 misra1a_functor(void) : Functor<double>(2,14) {} in misra1a_functor()
795 struct hahn1_functor : Functor<double>
797 hahn1_functor(void) : Functor<double>(7,236) {} in hahn1_functor()
896 struct misra1d_functor : Functor<double>
898 misra1d_functor(void) : Functor<double>(2,14) {} in misra1d_functor()
972 struct lanczos1_functor : Functor<double>
974 lanczos1_functor(void) : Functor<double>(6,24) {} in lanczos1_functor()
1060 struct rat42_functor : Functor<double>
1062 rat42_functor(void) : Functor<double>(3,9) {} in rat42_functor()
1139 struct MGH10_functor : Functor<double>
1141 MGH10_functor(void) : Functor<double>(3,16) {} in MGH10_functor()
1218 struct BoxBOD_functor : Functor<double>
1220 BoxBOD_functor(void) : Functor<double>(2,6) {} in BoxBOD_functor()
1297 struct MGH17_functor : Functor<double>
1299 MGH17_functor(void) : Functor<double>(5,33) {} in MGH17_functor()
1388 struct MGH09_functor : Functor<double>
1390 MGH09_functor(void) : Functor<double>(4,11) {} in MGH09_functor()
1475 struct Bennett5_functor : Functor<double>
1477 Bennett5_functor(void) : Functor<double>(3,154) {} in Bennett5_functor()
1556 struct thurber_functor : Functor<double>
1558 thurber_functor(void) : Functor<double>(7,37) {} in thurber_functor()
1655 struct rat43_functor : Functor<double>
1657 rat43_functor(void) : Functor<double>(4,15) {} in rat43_functor()
1743 struct eckerle4_functor : Functor<double>
1745 eckerle4_functor(void) : Functor<double>(3,35) {} in eckerle4_functor()