Functions

homology.h File Reference

This file defines a top-level interface to a homology computation procedure of full cubical sets represented in terms of a bitmap. More...

#include <string>
#include <cstring>
#include "capd/homengin/engines.h"
#include "capd/homengin/cubiset.h"

Go to the source code of this file.

Functions

void ComputeBettiNumbers (const void *buffer, int *sizes, int dim, int *result, const char *engine=0, const int *wrapping=0, bool quiet=false)
 Computes the Betti numbers of the given set of full cubes encoded in a binary bitmap.

Detailed Description

This file defines a top-level interface to a homology computation procedure of full cubical sets represented in terms of a bitmap.

Several algorithms (engines) can be used, either selected by the user, or chosen automatically in a heuristic way, depending on the data type.

Author:
Pawel Pilarczyk

Definition in file homology.h.