Simbody
Public Member Functions

SimTK::PolynomialRootFinder::ZeroLeadingCoefficient Class Reference

This is an exception which is thrown by all of the PolynomialRootFinder::findRoots() methods. More...

#include <PolynomialRootFinder.h>

Inheritance diagram for SimTK::PolynomialRootFinder::ZeroLeadingCoefficient:

List of all members.

Public Member Functions

 ZeroLeadingCoefficient (const char *fn, int ln)
virtual ~ZeroLeadingCoefficient () throw ()

Detailed Description

This is an exception which is thrown by all of the PolynomialRootFinder::findRoots() methods.

It indicates that the leading polynomial coefficient is zero. This means that the polynomial is not really of the stated degree, and does not have the expected number of roots.


Constructor & Destructor Documentation

SimTK::PolynomialRootFinder::ZeroLeadingCoefficient::ZeroLeadingCoefficient ( const char *  fn,
int  ln 
) [inline]
virtual SimTK::PolynomialRootFinder::ZeroLeadingCoefficient::~ZeroLeadingCoefficient ( ) throw () [inline, virtual]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines