NiHu  2.0

Implementation of class NiHu::fmm::cluster_tree. More...

#include "cluster.hpp"
#include "divide.hpp"
#include "util/misc.hpp"
#include "Eigen/Dense"
#include "Eigen/StdVector"
#include <algorithm>
#include <cstddef>
#include <iostream>
#include <numeric>
#include <stdexcept>
Include dependency graph for cluster_tree.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NiHu::fmm::cluster_tree< ClusterDerived >
 Class representing a cluster tree. More...
 

Functions

template<class C >
std::ostream & NiHu::fmm::operator<< (std::ostream &os, cluster_tree< C > const &ct)
 

Detailed Description

Implementation of class NiHu::fmm::cluster_tree.

Definition in file cluster_tree.hpp.