Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

NUM::PolyRootSolver_Sturm::poly Struct Reference

Structure for representing a polynomial. More...

Collaboration diagram for NUM::PolyRootSolver_Sturm::poly:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 poly ()
 ~poly ()

Public Attributes

int ord
 order of the poly

dblcoef
 coefficients (order+1 many)


Detailed Description

Structure for representing a polynomial.

Definition at line 142 of file rootsolve.h.


Constructor & Destructor Documentation

NUM::PolyRootSolver_Sturm::poly::poly  )  [inline]
 

Definition at line 147 of file rootsolve.h.

References coef, and ord.

NUM::PolyRootSolver_Sturm::poly::~poly  )  [inline]
 

Definition at line 154 of file rootsolve.h.


Member Data Documentation

dbl* NUM::PolyRootSolver_Sturm::poly::coef
 

coefficients (order+1 many)

Definition at line 145 of file rootsolve.h.

Referenced by NUM::PolyRootSolver_Sturm::buildsturm(), NUM::PolyRootSolver_Sturm::modp(), NUM::PolyRootSolver_Sturm::numchanges(), NUM::PolyRootSolver_Sturm::numroots(), poly(), NUM::PolyRootSolver_Sturm::sbisect(), and NUM::PolyRootSolver_Sturm::solve().

int NUM::PolyRootSolver_Sturm::poly::ord
 

order of the poly

Definition at line 144 of file rootsolve.h.

Referenced by NUM::PolyRootSolver_Sturm::buildsturm(), NUM::PolyRootSolver_Sturm::modp(), NUM::PolyRootSolver_Sturm::numchanges(), NUM::PolyRootSolver_Sturm::numroots(), poly(), NUM::PolyRootSolver_Sturm::sbisect(), and NUM::PolyRootSolver_Sturm::solve().


The documentation for this struct was generated from the following file:
Generated on Sat Feb 19 22:36:00 2005 for Ray by doxygen 1.3.5