63 inline static SP::MATH_P4
New() {
73 inline static SP::MATH_P4
New(
const tReal a[]) {
75 p->setCoefficients(a);
tReal computeFirstExtrenum() const
solve the first optimal value
Definition: MATH_P4.cpp:207
virtual ~MATH_P4(void)
destroy
Definition: MATH_P4.h:53
#define tUInteger
Definition: types.h:91
This class describes a polynom of degre 3 : .
Definition: MATH_P3.h:16
tUInteger solveP4De(const tReal &a0, const tReal &a1, const tReal &a2, tReal x[]) const
solve the equation P(x)=0.
Definition: MATH_P4.cpp:103
static SP::MATH_P4 New(const tReal a[])
builds a Polynome of 4-degree with coefficients
Definition: MATH_P4.h:73
tUInteger solveP4Bi(const tReal &a0, const tReal &a2, tReal x[]) const
solve the equation P(x)=0.
Definition: MATH_P4.cpp:61
MATH_P4(void)
create a polynom of degree 4
Definition: MATH_P4.h:35
#define tUIndex
Definition: types.h:126
virtual tUInteger solve(tReal x[]) const
solve the equation P(x)=0.
Definition: MATH_P4.cpp:15
static tReal NewtonStep(const tReal &a0, const tReal &a1, const tReal &a2, const tReal &a3, const tReal &a4, const tReal &x0)
return the intersection point of the tangential of the polynom at x with the x-axis of the polynome ...
Definition: MATH_P4.cpp:5
static SP::MATH_P4 New()
builds a Polynome of 4-degree
Definition: MATH_P4.h:63
#define tReal
Definition: types.h:118
MATH_P4(const tUIndex &n)
create of degree n
Definition: MATH_P4.h:42
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:141
This class describes a polynom of degre 4 .
Definition: MATH_P4.h:15