|
typedef std::decay< Operator >::type | operator_t |
|
typedef operator_t::test_input_t | cluster_t |
|
typedef cluster_tree< cluster_t > | tree_t |
|
typedef operator_t::result_t | op_result_t |
|
typedef scalar< op_result_t >::type | scalar_t |
|
typedef Eigen::Matrix< scalar_t, Eigen::Dynamic, Eigen::Dynamic > | result_t |
|
typedef std::decay< Operator >::type::fmm_tag | fmm_tag |
|
|
| p2x_cluster_indexed (Operator &&op, tree_t const &tree) |
|
result_t | operator() (size_t to, size_t from) const |
|
result_t | operator() (size_t idx) const |
|
const tree_t & | get_tree () const |
|
|
static const size_t | cols = num_cols<op_result_t>::value |
|
static const size_t | num_dof_per_src = cols |
|
template<class Operator>
class NiHu::fmm::p2x_cluster_indexed< Operator >
Definition at line 22 of file p2x_cluster_indexed.hpp.
◆ operator()()
template<class Operator >
The documentation for this class was generated from the following file: