Tapkee
|
#include <eigen_callbacks.hpp>
Public Member Functions | |
eigen_distance_callback (const tapkee::DenseMatrix &matrix) | |
tapkee::ScalarType | distance (tapkee::IndexType a, tapkee::IndexType b) const |
tapkee::ScalarType | operator() (tapkee::IndexType a, tapkee::IndexType b) const |
Public Attributes | |
const tapkee::DenseMatrix & | feature_matrix |
Definition at line 50 of file eigen_callbacks.hpp.
eigen_distance_callback | ( | const tapkee::DenseMatrix & | matrix | ) |
Definition at line 52 of file eigen_callbacks.hpp.
tapkee::ScalarType distance | ( | tapkee::IndexType | a, |
tapkee::IndexType | b | ||
) | const |
Definition at line 53 of file eigen_callbacks.hpp.
tapkee::ScalarType operator() | ( | tapkee::IndexType | a, |
tapkee::IndexType | b | ||
) | const |
Definition at line 57 of file eigen_callbacks.hpp.
const tapkee::DenseMatrix& feature_matrix |
Definition at line 61 of file eigen_callbacks.hpp.