Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
|
Compute the Betti numbers of a Graph. More...
#include <Betti_numbers_1.hpp>
Public Types | |
typedef boost::tuple< unsigned, unsigned > | result_type |
Boost tuple (Betti_0, Betti_1) More... | |
Functors | |
result_type | operator() (const GraphType &G) const |
Returns the Betti numbers of G as a tuple. More... | |
Compute the Betti numbers of a Graph.
GraphType | A Model of a Boost graph. |
typedef boost::tuple<unsigned, unsigned> result_type |
Boost tuple (Betti_0, Betti_1)
|
inline |
Returns the Betti numbers of G as a tuple.