NiHu
2.0
|
L2P operator of the Laplace 2D FMM. More...
#include <laplace_2d_fmm.hpp>
Public Types | |
typedef NiHu::normal_derivative_kernel< NiHu::laplace_kernel< NiHu::space_2d< double > >, Nx, 0 >::test_input_t | test_input_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 2D FMM.
Nx | order of derivation |
Definition at line 231 of file laplace_2d_fmm.hpp.