|
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.
| ostream & operator<< | ( | ostream & | out, |
| const factorized_poly & | a ) |
Definition at line 104 of file polyfact.cc.
| ostream & operator<< | ( | ostream & | out, |
| const vector< T > & | v ) |
Definition at line 109 of file polyfact.cc.