Codebase list gfan / upstream/0.5 minors.h
upstream/0.5

Tree @upstream/0.5 (Download .tar.gz)

minors.h @upstream/0.5raw · history · blame

1
2
3
4
5
6
7
#ifndef MINORS_H_INCLUDED
#define MINORS_H_INCLUDED
#include "polynomial.h"

PolynomialSet minors(PolynomialRing const &R, int r, int d, int n, bool withNames, bool M2Convention);

#endif