FORM  4.3
Functions
polyfact.cc File Reference
#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)
 

Detailed Description

Contains the routines for factorizing multivariate polynomials

Definition in file polyfact.cc.