NiHu  2.0
NiHu::fmm::black_box_fmm< Kernel >::l2p Class Reference

the l2p operator of the black box fmm More...

#include <black_box_fmm.hpp>

Public Types

typedef std::conditional< Nx==0, NiHu::location_input< NiHu::space< double, space_dimension > >, NiHu::location_normal_jacobian_input< NiHu::space< double, space_dimension > > >::type test_input_t
 
typedef cluster_t trial_input_t
 
typedef Eigen::Matrix< double, field_dimension, Eigen::Dynamic > result_t
 
- Public Types inherited from NiHu::fmm::fmm_operator< l2p_tag >
typedef l2p_tag fmm_tag
 

Public Member Functions

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
 

Detailed Description

template<class Kernel>
class NiHu::fmm::black_box_fmm< Kernel >::l2p

the l2p operator of the black box fmm

Definition at line 246 of file black_box_fmm.hpp.


The documentation for this class was generated from the following file: