|
FORM
4.3
|
#include "poly.h"#include "polygcd.h"#include "polyfact.h"#include <cmath>#include <vector>#include <iostream>#include <algorithm>#include <climits>Go to the source code of this file.
Functions | |
| ostream & | operator<< (ostream &out, const factorized_poly &a) |
| template<class T > | |
| ostream & | operator<< (ostream &out, const vector< T > &v) |
Contains the routines for factorizing multivariate polynomials
Definition in file polyfact.cc.
1.8.14