|
typedef Kernel | kernel_t |
|
typedef kernel_t::test_input_t | test_input_t |
|
typedef kernel_t::trial_input_t | trial_input_t |
|
typedef kernel_t::result_t | result_t |
|
typedef p2p_tag | fmm_tag |
|
|
| p2p (kernel_t const &kernel) |
|
size_t | rows (test_input_t const &) const |
|
size_t | cols (trial_input_t const &) const |
|
result_t | operator() (test_input_t const &x, trial_input_t const &y) const |
|
template<class TSI , class TRI > |
result_t | operator() (TSI const &tsi, TRI const &tri) const |
|
const kernel_t & | get_kernel () const |
|
template<class Kernel>
class NiHu::fmm::p2p< Kernel >
Definition at line 20 of file p2p.hpp.
The documentation for this class was generated from the following file: