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