59 inline static SP::MATH_P2
New() {
69 inline static SP::MATH_P2
New(
const tReal a[]) {
71 p->setCoefficients(a);
static void CSQRT(const tReal &x, const tReal &y, tReal &a, tReal &b)
solve the equation z^2=X where X=x+iy and z=a+ib
Definition: MATH_P2.cpp:7
virtual tUInteger solve(tReal x[]) const
solve the equation P(x)=0.
Definition: MATH_P2.cpp:18
#define tUInteger
Definition: types.h:91
virtual ~MATH_P2(void)
destroy
Definition: MATH_P2.h:49
static SP::MATH_P2 New(const tReal a[])
build sa Polynom of 2-degree with coefficients
Definition: MATH_P2.h:69
static SP::MATH_P2 New()
builds a Polynom of 2-degree
Definition: MATH_P2.h:59
MATH_P2(void)
create of polynom of degree 2
Definition: MATH_P2.h:33
#define tUIndex
Definition: types.h:126
This class describes a polynom of degre 2 .
Definition: MATH_P2.h:16
MATH_P2(const tUIndex &n)
create a polynom of degre n
Definition: MATH_P2.h:40
This class describes a polynom of degre 1.
Definition: MATH_P1.h:15
#define tReal
Definition: types.h:118
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:141