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

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

#include <black_box_fmm.hpp>

Public Types

typedef cluster_t trial_input_t
 
typedef kernel_t::test_input_t test_input_t
 
typedef Eigen::Matrix< kernel_scalar_t, field_dimension, Eigen::Dynamic > result_t
 
- Public Types inherited from NiHu::fmm::fmm_operator< m2p_tag >
typedef m2p_tag fmm_tag
 

Public Member Functions

 m2p (kernel_t const &kernel)
 
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 >::m2p

the m2p operator of the black box fmm

Definition at line 367 of file black_box_fmm.hpp.

Member Function Documentation

◆ operator()()

template<class Kernel >
result_t NiHu::fmm::black_box_fmm< Kernel >::m2p::operator() ( test_input_t const &  to,
trial_input_t const &  from 
) const
inline
Todo:
the Kronecker identity is computed physilly

Definition at line 390 of file black_box_fmm.hpp.


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