![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <Standard.hxx>#include <Standard_DefineAlloc.hxx>#include <Standard_RangeError.hxx>#include <StdFail_InfiniteSolutions.hxx>#include <Standard_Handle.hxx>#include <Standard_Real.hxx>#include <Standard_OStream.hxx>Data Structures | |
| class | math_DirectPolynomialRoots |
| This class implements the calculation of all the real roots of a real polynomial of degree <= 4 using direct algebraic methods. The implementation uses Ferrari's method for quartics, Cardano's formula for cubics, and numerically stable algorithms for quadratics and linear equations. More... | |
Functions | |
| Standard_OStream & | operator<< (Standard_OStream &theStream, const math_DirectPolynomialRoots &theRoots) |
|
inline |