Home
last modified time | relevance | path

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

12345678910>>...35

/dports/misc/openmvg/openMVG-2.0/src/openMVG/numeric/
H A Dlm.hpp26 struct Functor struct
28 using Scalar = _Scalar;
30 {
34 using InputType = Matrix<Scalar, InputsAtCompileTime, 1>;
35 using ValueType = Matrix<Scalar, ValuesAtCompileTime, 1>;
40 const int m_inputs;
43 const int m_values;
48 Functor() in Functor() argument
60 Functor( int inputs, int values ) : m_inputs( inputs ), m_values( values ) {} in Functor() argument
66 int inputs() const in inputs()
[all …]
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DGridOperators.h534 Functor(const GridT& grid, const MaskGridType* mask, in Functor() function
552 }; // Private Functor argument
601 Functor(const InGridT& grid, const MaskGridType* mask, in Functor() function
619 }; // Private Functor argument
662 Functor(const InGridT& grid, const MaskGridType* mask, in Functor() function
680 }; // Private Functor argument
739 }; // Private Functor argument
798 }; // Private Functor argument
845 Functor(const InGridT& grid, const MaskGridType* mask, in Functor() function
862 }; // Private Functor argument
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/intrusive/example/
H A Ddoc_function_hooks.cpp30 struct Functor struct
33 typedef list_member_hook<> hook_type;
34 typedef hook_type* hook_ptr;
35 typedef const hook_type* const_hook_ptr;
36 typedef MyClass value_type;
37 typedef value_type* pointer;
38 typedef const value_type* const_pointer;
62 typedef list< MyClass, function_hook< Functor> > List; argument
/dports/devel/boost-docs/boost_1_72_0/libs/intrusive/example/
H A Ddoc_function_hooks.cpp30 struct Functor struct
33 typedef list_member_hook<> hook_type;
34 typedef hook_type* hook_ptr;
35 typedef const hook_type* const_hook_ptr;
36 typedef MyClass value_type;
37 typedef value_type* pointer;
38 typedef const value_type* const_pointer;
62 typedef list< MyClass, function_hook< Functor> > List; argument
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/intrusive/example/
H A Ddoc_function_hooks.cpp30 struct Functor struct
33 typedef list_member_hook<> hook_type;
34 typedef hook_type* hook_ptr;
35 typedef const hook_type* const_hook_ptr;
36 typedef MyClass value_type;
37 typedef value_type* pointer;
38 typedef const value_type* const_pointer;
62 typedef list< MyClass, function_hook< Functor> > List; argument
/dports/databases/percona57-server/boost_1_59_0/libs/intrusive/example/
H A Ddoc_function_hooks.cpp30 struct Functor struct
33 typedef list_member_hook<> hook_type;
34 typedef hook_type* hook_ptr;
35 typedef const hook_type* const_hook_ptr;
36 typedef MyClass value_type;
37 typedef value_type* pointer;
38 typedef const value_type* const_pointer;
62 typedef list< MyClass, function_hook< Functor> > List; argument
/dports/databases/xtrabackup/boost_1_59_0/libs/intrusive/example/
H A Ddoc_function_hooks.cpp30 struct Functor struct
33 typedef list_member_hook<> hook_type;
34 typedef hook_type* hook_ptr;
35 typedef const hook_type* const_hook_ptr;
36 typedef MyClass value_type;
37 typedef value_type* pointer;
38 typedef const value_type* const_pointer;
62 typedef list< MyClass, function_hook< Functor> > List; argument
/dports/databases/percona57-client/boost_1_59_0/libs/intrusive/example/
H A Ddoc_function_hooks.cpp30 struct Functor struct
33 typedef list_member_hook<> hook_type;
34 typedef hook_type* hook_ptr;
35 typedef const hook_type* const_hook_ptr;
36 typedef MyClass value_type;
37 typedef value_type* pointer;
38 typedef const value_type* const_pointer;
62 typedef list< MyClass, function_hook< Functor> > List; argument
/dports/devel/boost-libs/boost_1_72_0/libs/intrusive/example/
H A Ddoc_function_hooks.cpp30 struct Functor struct
33 typedef list_member_hook<> hook_type;
34 typedef hook_type* hook_ptr;
35 typedef const hook_type* const_hook_ptr;
36 typedef MyClass value_type;
37 typedef value_type* pointer;
38 typedef const value_type* const_pointer;
62 typedef list< MyClass, function_hook< Functor> > List; argument
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/intrusive/example/
H A Ddoc_function_hooks.cpp30 struct Functor struct
33 typedef list_member_hook<> hook_type;
34 typedef hook_type* hook_ptr;
35 typedef const hook_type* const_hook_ptr;
36 typedef MyClass value_type;
37 typedef value_type* pointer;
38 typedef const value_type* const_pointer;
62 typedef list< MyClass, function_hook< Functor> > List; argument
/dports/devel/hyperscan/boost_1_75_0/libs/intrusive/example/
H A Ddoc_function_hooks.cpp30 struct Functor struct
33 typedef list_member_hook<> hook_type;
34 typedef hook_type* hook_ptr;
35 typedef const hook_type* const_hook_ptr;
36 typedef MyClass value_type;
37 typedef value_type* pointer;
38 typedef const value_type* const_pointer;
62 typedef list< MyClass, function_hook< Functor> > List; argument
/dports/math/eigen3/eigen-3.3.9/unsupported/test/
H A 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() argument
34 struct my_functor : Functor<double> argument
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/unsupported/test/
H A 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
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/unsupported/test/
H A 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() argument
34 struct my_functor : Functor<double> argument
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/unsupported/test/
H A DNumericalDiff.cpp13 struct Functor struct
26 Functor() : m_inputs(InputsAtCompileTime), m_values(ValuesAtCompileTime) {} in Functor() function
27 Functor(int inputs, int values) : m_inputs(inputs), m_values(values) {} in Functor() argument
34 struct my_functor : Functor<double> argument
/dports/graphics/wdune/wdune-1.926/vcglib/eigenlib/unsupported/test/
H A 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() argument
34 struct my_functor : Functor<double> argument
/dports/misc/opennn/opennn-5.0.5/eigen/unsupported/test/
H A 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() argument
34 struct my_functor : Functor<double> argument
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/unsupported/test/
H A 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() argument
34 struct my_functor : Functor<double> argument
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/eigen_3.3.3/unsupported/test/
H A 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() argument
34 struct my_functor : Functor<double> argument
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/
H A Dthread-test.c++44 struct Functor { struct
47 std::atomic<bool>* destroyed;
48 const std::atomic<bool>* canExit;
50 Functor(std::atomic<bool>* destroyed, const std::atomic<bool>* canExit) in Functor() function
53 ~Functor() { in ~Functor()
57 Functor(Functor&& other): destroyed(other.destroyed), canExit(other.canExit) { in Functor() function
62 void operator()() { in operator ()()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/
H A Dthread-test.c++44 struct Functor { struct
47 std::atomic<bool>* destroyed;
48 const std::atomic<bool>* canExit;
50 Functor(std::atomic<bool>* destroyed, const std::atomic<bool>* canExit) in Functor() argument
53 ~Functor() { in ~Functor()
57 Functor(Functor&& other): destroyed(other.destroyed), canExit(other.canExit) { in Functor() argument
62 void operator()() { in operator ()()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/worklet/contourtree_augmented/meshtypes/contourtreemesh/
H A DCombinedVectorDifferentFromNext.h85 struct Functor struct
107 Functor<PT1, PT2, PT3> CreateFunctor(PT1 OverallSortOrderPortal, in CreateFunctor() argument
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/testing/
H A DUnitTestArrayHandleDecorator.cxx49 struct Functor struct
53 Portal1Type Portal1;
54 Portal2Type Portal2;
118 struct Functor struct
158 struct Functor struct
197 struct Functor struct
221 struct Functor struct
223 Portal1T Portal1;
224 Portal2T Portal2;
526 struct Functor struct
[all …]
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/registration/include/pcl/registration/
H A Dtransformation_estimation_point_to_plane_weighted.h225 struct Functor { struct
234 Functor() : m_data_points_(ValuesAtCompileTime) {} in Functor() argument
239 Functor(int m_data_points) : m_data_points_(m_data_points) {} in Functor() argument
242 virtual ~Functor() {} in ~Functor() argument
255 struct OptimizationFunctor : public Functor<MatScalar> { argument
H A Dtransformation_estimation_lm.h225 struct Functor { struct
234 Functor() : m_data_points_(ValuesAtCompileTime) {} in Functor() argument
239 Functor(int m_data_points) : m_data_points_(m_data_points) {} in Functor() function
242 virtual ~Functor() {} in ~Functor() argument
255 struct OptimizationFunctor : public Functor<MatScalar> { argument

12345678910>>...35