61 inline static SP::MATH_P0
New() {
71 inline static SP::MATH_P0
New(
const tReal a[]) {
73 p->setCoefficients(a);
This class describes a polynom of degre 0.
Definition: MATH_P0.h:15
#define tUInteger
Definition: types.h:91
virtual ~MATH_P0(void)
destroy
Definition: MATH_P0.h:51
const tReal * getCoefficients() const
get the coefficients
Definition: MATH_Pn.h:117
static SP::MATH_P0 New(const tReal a[])
builds a Polynome of 1-degree with coefficients
Definition: MATH_P0.h:71
MATH_P0(void)
create a polynom of degree 0
Definition: MATH_P0.h:34
virtual tUInteger solve(tReal x[]) const
solve the equation P(x)=0.
Definition: MATH_P0.h:93
static SP::MATH_P0 New()
builds a Polynome of 1-degree
Definition: MATH_P0.h:61
static tUInteger getMaxUInteger()
get the max value for the unsigned integer type
Definition: CORE_Object.h:590
#define tUIndex
Definition: types.h:126
This class describes a polynom of degree n .
Definition: MATH_Pn.h:20
MATH_P0(const tUIndex &n)
create a polynom of degre n
Definition: MATH_P0.h:41
#define tReal
Definition: types.h:118
class Free introduced for deleting a smart pointer
Definition: CORE_Object.h:141