NiHu
2.0
|
P2L operator of the Laplace 3D FMM. More...
#include <laplace_3d_fmm.hpp>
Public Types | |
typedef cluster_t::bounding_box_t::location_t | x_t |
typedef cluster_t | test_input_t |
typedef NiHu::normal_derivative_kernel< NiHu::laplace_kernel< NiHu::space_3d< double > >, 0, Ny >::trial_input_t | trial_input_t |
typedef Eigen::Matrix< std::complex< double >, Eigen::Dynamic, 1 > | result_t |
Public Member Functions | |
size_t | rows (test_input_t const &to) const |
result_t | operator() (test_input_t const &to, trial_input_t const &from) const |
P2L operator of the Laplace 3D FMM.
Ny | order of derivation |
Definition at line 196 of file laplace_3d_fmm.hpp.