Solves for roots of system of real polynomials. More...
Go to the source code of this file.
Classes | |
| class | vnl_rnpoly_solve |
| Solves for roots of system of real polynomials. More... | |
Solves for roots of system of real polynomials.
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.
1.7.5.1