NiHu
2.0
|
the p2m operator of the black box fmm More...
#include <black_box_fmm.hpp>
Public Types | |
typedef cluster_t | test_input_t |
typedef std::conditional< Ny==0, NiHu::location_input< NiHu::space< double, space_dimension > >, NiHu::location_normal_jacobian_input< NiHu::space< double, space_dimension > > >::type | trial_input_t |
typedef Eigen::Matrix< double, Eigen::Dynamic, field_dimension > | result_t |
Public Types inherited from NiHu::fmm::fmm_operator< p2m_tag > | |
typedef p2m_tag | fmm_tag |
Public Member Functions | |
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 p2m operator of the black box fmm
Definition at line 185 of file black_box_fmm.hpp.