Tapkee
|
#include <eigen_callbacks.hpp>
Public Member Functions | |
eigen_kernel_callback (const tapkee::DenseMatrix &matrix) | |
tapkee::ScalarType | kernel (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 32 of file eigen_callbacks.hpp.
eigen_kernel_callback | ( | const tapkee::DenseMatrix & | matrix | ) |
Definition at line 34 of file eigen_callbacks.hpp.
tapkee::ScalarType kernel | ( | tapkee::IndexType | a, |
tapkee::IndexType | b | ||
) | const |
Definition at line 35 of file eigen_callbacks.hpp.
tapkee::ScalarType operator() | ( | tapkee::IndexType | a, |
tapkee::IndexType | b | ||
) | const |
Definition at line 39 of file eigen_callbacks.hpp.
const tapkee::DenseMatrix& feature_matrix |
Definition at line 43 of file eigen_callbacks.hpp.