![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
a class used to register operators over non-pointers types More...
#include <operators4MultiDim.h>
Public Member Functions | |
| void | init () |
a class used to register operators over non-pointers types
This class is of course completely redundant with function operators4MultiDimInit. Its aim is to enable specialization of function operators4MultiDimInit for pointer types: C++ allows partial specialization of templated classes (e.g., create different implementations for C<T> and C<T*>) but it does not allows partial specialization for functions. Hence, by creating a class the primary purpose of which is to run function operators4MultiDimInit, we allow this partial specialization. This is most effective to produce different codes for pointer types and non-pointer types.
Definition at line 680 of file operators4MultiDim.h.
|
inline |
Definition at line 681 of file operators4MultiDim.h.
References gum::operators4MultiDimInit().
Referenced by gum::_initTensorOperators__().