contains class for polynomials with N variables More...
#include <vnl/vnl_vector.h>
#include <vnl/vnl_matrix.h>
#include <vcl_vector.h>
#include <vcl_string.h>
#include <vcl_iosfwd.h>
Go to the source code of this file.
Classes | |
class | vnl_real_npolynomial |
real polynomial in N variables. More... |
contains class for polynomials with N variables
Implements a polynomial with N variables
Modifications Peter Vanroose 1999-10-10 added simplify(); determine nterms_ nvar_ ideg_ automatically Peter Vanroose 1999-10-20 Added operator+(), - * and vcl_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.