|
Tapkee
|
#include <precomputed_callbacks.hpp>
Public Member Functions | |
| precomputed_kernel_callback (const tapkee::DenseMatrix &matrix) | |
| tapkee::ScalarType | kernel (int a, int b) const |
Public Attributes | |
| const tapkee::DenseMatrix & | kernel_matrix |
Definition at line 18 of file precomputed_callbacks.hpp.
| precomputed_kernel_callback | ( | const tapkee::DenseMatrix & | matrix | ) |
Definition at line 20 of file precomputed_callbacks.hpp.
| tapkee::ScalarType kernel | ( | int | a, |
| int | b | ||
| ) | const |
Definition at line 21 of file precomputed_callbacks.hpp.
| const tapkee::DenseMatrix& kernel_matrix |
Definition at line 25 of file precomputed_callbacks.hpp.