mcb LEDA Extension Package  0.8
Namespaces
determinant.h File Reference

Compute the determinant of a cycle basis. More...

#include <LEP/mcb/spvecfp.h>
#include <LEP/mcb/edge_num.h>
#include <LEP/mcb/util.h>
#include <LEDA/graph.h>
#include <LEDA/integer.h>
#include <LEDA/integer_matrix.h>
Include dependency graph for determinant.h:

Go to the source code of this file.

Namespaces

 mcb
 The main package namespace.
 

Functions

template<class Container >
void mcb::cycle_matrix (const graph &g, const array< Container > &cb, const mcb::edge_num &enumb, integer_matrix &B)
 Compute the cycle matrix of a cycle basis. More...
 
std::ostream & mcb::output_maple_format (std::ostream &out, const integer_matrix &B)
 Output a LEDA integer_matrix in a format compatible with maple. More...
 
template<class Container >
leda::integer mcb::determinant (const graph &g, const array< Container > &cb, const mcb::edge_num &enumb)
 Compute the determinant of a cycle basis. More...
 

Detailed Description

Compute the determinant of a cycle basis.