Classes | Functions
vnl_real_npolynomial.h File Reference

contains class for polynomials with N variables More...

#include <vector>
#include <string>
#include <iosfwd>
#include <vnl/vnl_vector.h>
#include <vnl/vnl_matrix.h>
#include "vnl/vnl_export.h"

Go to the source code of this file.

Classes

class  vnl_real_npolynomial
 real polynomial in N variables. More...
 

Functions

VNL_EXPORT std::ostream & operator<< (std::ostream &, vnl_real_npolynomial const &)
 

Detailed Description

contains class for polynomials with N variables

Implements a polynomial with N variables

Author
Marc Pollefeys, ESAT-VISICS, K.U.Leuven
Date
1997-08-12
  Modifications
   Peter Vanroose   1999-10-10  added simplify();
                                determine nterms_ nvar_ ideg_ automatically
   Peter Vanroose   1999-10-20  Added operator+(), - * and std::ostream <<
   dac, Manchester  2001-03-15  Tidied up the documentation + added binary_io
   Lee Worden, Berkeley 2006-06-22 Minor fixes to simplify() and operator<<()
   Peter Vanroose   2006-06-24  Added method asString implementing oper<<()
   Peter Vanroose   2006-06-24  Bug fix in degree(), and added degrees() & maxdegree()
   Marcus Brubaker  2007-10-15  Added deval() and deriv() functions

Definition in file vnl_real_npolynomial.h.

Function Documentation

◆ operator<<()

VNL_EXPORT std::ostream& operator<< ( std::ostream &  ,
vnl_real_npolynomial const &   
)

Definition at line 250 of file vnl_real_npolynomial.cxx.