Home
last modified time | relevance | path

Searched refs:on_temporary_creation (Results 1 – 17 of 17) sorted by relevance

/dports/math/eigen3/eigen-3.3.9/test/
H A Dsparse_ref.cpp17 inline void on_temporary_creation() { in on_temporary_creation() function
22 #define EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); }
H A Dmain.h103 inline void on_temporary_creation(long int size) { in on_temporary_creation() function
109 #define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { on_temporary_creation(size); }
H A Dsparse_product.cpp18 inline void on_temporary_creation() { in on_temporary_creation() function
23 #define EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); }
/dports/math/stanmath/math-4.2.0/lib/eigen_3.3.9/test/
H A Dsparse_ref.cpp17 inline void on_temporary_creation() { in on_temporary_creation() function
22 #define EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); }
H A Dmain.h103 inline void on_temporary_creation(long int size) { in on_temporary_creation() function
109 #define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { on_temporary_creation(size); }
H A Dsparse_product.cpp18 inline void on_temporary_creation() { in on_temporary_creation() function
23 #define EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); }
/dports/math/libsemigroups/libsemigroups-1.3.7/extern/eigen-3.3.7/test/
H A Dsparse_ref.cpp17 inline void on_temporary_creation() { in on_temporary_creation() function
22 #define EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); }
H A Dmain.h98 inline void on_temporary_creation(long int size) { in on_temporary_creation() function
104 #define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { on_temporary_creation(size); }
H A Dsparse_product.cpp18 inline void on_temporary_creation() { in on_temporary_creation() function
23 #define EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); }
/dports/misc/opennn/opennn-5.0.5/eigen/test/
H A Dsparse_ref.cpp17 inline void on_temporary_creation() { in on_temporary_creation() function
22 #define EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); }
H A Dmain.h103 inline void on_temporary_creation(long int size) { in on_temporary_creation() function
109 #define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { on_temporary_creation(size); }
H A Dsparse_product.cpp18 inline void on_temporary_creation() { in on_temporary_creation() function
23 #define EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); }
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/eigen-3.3.7/test/
H A Dsparse_ref.cpp17 inline void on_temporary_creation() { in on_temporary_creation() function
22 #define EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); }
H A Dmain.h98 inline void on_temporary_creation(long int size) { in on_temporary_creation() function
104 #define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { on_temporary_creation(size); }
H A Dsparse_product.cpp18 inline void on_temporary_creation() { in on_temporary_creation() function
23 #define EIGEN_SPARSE_CREATE_TEMPORARY_PLUGIN { on_temporary_creation(); }
/dports/math/libmesh/libmesh-1.6.2/contrib/eigen/3.2.9/test/
H A Dproduct_notemporary.cpp12 inline void on_temporary_creation(int size) { in on_temporary_creation() function
18 #define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { on_temporary_creation(size); }
H A Dref.cpp17 inline void on_temporary_creation(int) { in on_temporary_creation() function
23 #define EIGEN_DENSE_STORAGE_CTOR_PLUGIN { on_temporary_creation(size); }