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