NiHu
2.0
|
l2l matrix of the wide band 2d helmholtz fmm More...
#include <helmholtz_2d_wb_x2x_matrix.h>
Public Types | |
typedef Eigen::Matrix< std::complex< double >, Eigen::Dynamic, 1 > | cvector_t |
complex column vector (the local type) | |
Public Member Functions | |
helmholtz_2d_wb_l2l_matrix () | |
costructor | |
helmholtz_2d_wb_l2l_matrix (helmholtz_2d_wb_level_data const &level_data_to, helmholtz_2d_wb_level_data const &level_data_from, cvector_t diag_coeffs) | |
constructor More... | |
cvector_t | operator* (cvector_t const &rhs) const |
multiply the matrix with a local coefficient from the right More... | |
l2l matrix of the wide band 2d helmholtz fmm
Definition at line 53 of file helmholtz_2d_wb_x2x_matrix.h.
NiHu::fmm::helmholtz_2d_wb_l2l_matrix::helmholtz_2d_wb_l2l_matrix | ( | helmholtz_2d_wb_level_data const & | level_data_to, |
helmholtz_2d_wb_level_data const & | level_data_from, | ||
cvector_t | diag_coeffs | ||
) |
constructor
[in] | level_data_to | pointer to the receiver level data |
[in] | level_data_from | pointer to the source level data |
[in] | diag_coeffs | diagonal coefficients of the convolution |
Definition at line 59 of file helmholtz_2d_wb_x2x_matrix.cpp.
helmholtz_2d_wb_l2l_matrix::cvector_t NiHu::fmm::helmholtz_2d_wb_l2l_matrix::operator* | ( | cvector_t const & | rhs | ) | const |
multiply the matrix with a local coefficient from the right
[in] | rhs | the right hand side local coefficient |
Definition at line 73 of file helmholtz_2d_wb_x2x_matrix.cpp.