|
mcb LEDA Extension Package
0.8
|
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>
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... | |
Compute the determinant of a cycle basis.
1.8.11