NiHu  2.0
NiHu::fmm::x2x_cluster_indexed< Operator > Class Template Reference

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_tget_tree () const
 

Detailed Description

template<class Operator>
class NiHu::fmm::x2x_cluster_indexed< Operator >

class performing indexing of an X2X operator with a cluster

Template Parameters
Operatorthe X2X operator

Definition at line 23 of file x2x_cluster_indexed.hpp.


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