Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Structures | Functions
math_DirectPolynomialRoots.hxx File Reference
#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_OStreamoperator<< (Standard_OStream &theStream, const math_DirectPolynomialRoots &theRoots)
 

Function Documentation

◆ operator<<()

Standard_OStream & operator<< ( Standard_OStream & theStream,
const math_DirectPolynomialRoots & theRoots )
inline