NiHu
2.0
|
the p2l operator of the black box fmm More...
#include <black_box_fmm.hpp>
Public Types | |
typedef cluster_t | test_input_t |
typedef kernel_ny_t::trial_input_t | trial_input_t |
typedef Eigen::Matrix< kernel_scalar_t, Eigen::Dynamic, field_dimension > | result_t |
Public Types inherited from NiHu::fmm::fmm_operator< p2l_tag > | |
typedef p2l_tag | fmm_tag |
Public Member Functions | |
p2l (kernel_t const &kernel) | |
size_t | rows (test_input_t const &cluster) const |
size_t | cols (trial_input_t const &) const |
result_t | operator() (test_input_t const &to, trial_input_t const &from) const |
the p2l operator of the black box fmm
Definition at line 311 of file black_box_fmm.hpp.