~ubuntu-branches/ubuntu/saucy/gfan/saucy-proposed

1
2
3
4
5
6
7
#ifndef DETERMINANT_H_INCLUDED
#define DETERMINANT_H_INCLUDED
#include "vektor.h"

int determinantSign(IntegerVectorList const &v);

#endif