6 #ifndef TAPKEE_PIMPL_CALLBACKS_H_
7 #define TAPKEE_PIMPL_CALLBACKS_H_
13 template<
class Implementation>
19 return impl->kernel(a,b);
28 template<
class Implementation>
34 return impl->distance(a,b);
tapkee::ScalarType kernel(int a, int b) const
double ScalarType
default scalar value (can be overrided with TAPKEE_CUSTOM_INTERNAL_NUMTYPE define) ...
pimpl_kernel_callback(Implementation *i)
pimpl_distance_callback(Implementation *i)
tapkee::ScalarType distance(int a, int b) const