H2Lib  3.0
Data Structures | Typedefs | Functions
clustergeometry.h File Reference
#include "settings.h"
#include "cluster.h"
#include "amatrix.h"
#include "eigensolvers.h"

Go to the source code of this file.

Data Structures

struct  _clustergeometry
 Representation of a clustergeometry object. More...
 

Typedefs

typedef struct _clustergeometry clustergeometry
 Representation of a clustergeometry.
 
typedef clustergeometrypclustergeometry
 Pointer to clustergeometry object.
 

Functions

pclustergeometry new_clustergeometry (uint dim, uint nidx)
 Create a new clustergeometry object. More...
 
void del_clustergeometry (pclustergeometry cf)
 Delete a clustergeometry object. More...
 
void update_point_bbox_clustergeometry (pclustergeometry cf, uint size, uint *idx)
 Update an adaptive bounding box for an index set. More...
 
void update_support_bbox_cluster (pclustergeometry cf, pcluster t)
 Update a bounding box for the support of a cluster. More...
 
void update_bbox_cluster (pcluster t)
 Updates the bounding boxes in a cluster tree object using only its sons. More...
 

Detailed Description

Author
Knut Reimer