6 #ifndef TAPKEE_DUMMY_CALLBACKS_H_
7 #define TAPKEE_DUMMY_CALLBACKS_H_
double ScalarType
default scalar value (can be overrided with TAPKEE_CUSTOM_INTERNAL_NUMTYPE define) ...
tapkee::IndexType dimension() const
Eigen::Matrix< tapkee::ScalarType, Eigen::Dynamic, 1 > DenseVector
dense vector type (non-overridable)
tapkee::ScalarType distance(const Data &, const Data &) const
int IndexType
indexing type (non-overridable) set to int for compatibility with OpenMP 2.0
tapkee::ScalarType kernel(const Data &, const Data &) const
void vector(const Data &, tapkee::DenseVector &) const
An exception type that is thrown when unsupported method is called.