#include <iostream>
#include "basics/output.hh"
#include "basics/typedefs.hh"
#include "basics/vectorsMatricesForward.hh"
#include "basics/exceptions.hh"
#include "space/space.hh"
#include "bem/element.hh"
Go to the source code of this file.
Classes | |
class | cluster::BBall< F > |
class | cluster::BBall000< F > |
class | cluster::Cluster< F > |
class | cluster::TreeTraits< Node > |
class | cluster::Tree< CNode > |
Namespaces | |
namespace | cluster |
Functions | |
void | cluster::cebysev (const concepts::Real3d &x0, const concepts::Real3d &x1, concepts::Real3d &c, concepts::Real &r) |
Computes the Cebysev ball of two or three points. | |
void | cluster::cebysev (const concepts::Real3d &x0, const concepts::Real3d &x1, const concepts::Real3d &x2, concepts::Real3d &c, concepts::Real &r) |
template<typename F > | |
std::ostream & | cluster::operator<< (std::ostream &os, const Cluster< F > &clst) |
template<class CNode > | |
std::ostream & | cluster::operator<< (std::ostream &os, const Tree< CNode > &t) |
Cluster tree
Definition in file tree.hh.