NiHu
2.0
|
class performing indexing of an X2X operator with a cluster More...
#include <x2x_cluster_indexed.hpp>
Public Types | |
typedef std::decay< Operator >::type | operator_t |
typedef operator_t::cluster_t | cluster_t |
typedef cluster_tree< cluster_t > | tree_t |
typedef operator_t::result_t | result_t |
Public Types inherited from NiHu::fmm::fmm_operator< std::decay< Operator >::type::fmm_tag > | |
typedef std::decay< Operator >::type::fmm_tag | fmm_tag |
Public Member Functions | |
x2x_cluster_indexed (Operator &&op, tree_t const &tree) | |
result_t | operator() (size_t to, size_t from) const |
const tree_t & | get_tree () const |
class performing indexing of an X2X operator with a cluster
Operator | the X2X operator |
Definition at line 23 of file x2x_cluster_indexed.hpp.