Classes
core/vnl/algo/vnl_rnpoly_solve.h File Reference

Solves for roots of system of real polynomials. More...

#include <vnl/vnl_vector.h>
#include <vnl/vnl_real_npolynomial.h>
#include <vcl_vector.h>

Go to the source code of this file.

Classes

class  vnl_rnpoly_solve
 Solves for roots of system of real polynomials. More...

Detailed Description

Solves for roots of system of real polynomials.

Author:
Marc Pollefeys, ESAT-VISICS, K.U.Leuven
Date:
12-Aug-1997
    Modifications
     Oct.1999 - Peter Vanroose - implementation simplified through "cmplx" class for doing complex arithmetic.
     May.2002 - Peter Vanroose - added operator*=(cmplx) and operator/=(cmplx)
     Mar.2003 - Peter Vanroose - renamed M to M_, T to T_
     Feb.2004 - Peter Vanroose - removed hard limits on dimensionality; this gets rid of M_ and T_;
                                 now using std::vector throughout instead of C arrays of fixed size
   

Definition in file vnl_rnpoly_solve.h.