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

1
2
3
4
5
6
7
8
9
10
#ifndef SUBSTITUTE_H_INCLUDED
#define SUBSTITUTE_H_INCLUDED

#include "polynomial.h"
#include "matrix.h"

Polynomial multiplicativeChange(Polynomial const &p, IntegerMatrix const &mat);//marking not preserved
PolynomialSet multiplicativeChange(PolynomialSet const &g, IntegerMatrix const &mat);//markings not preserved

#endif