CbmRoot
PolynomRealRoots.h File Reference
#include <cmath>
Include dependency graph for PolynomRealRoots.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

float polinom (int n, float x, float *k)
 
float dihot (int degree, float edgeNegativ, float edgePositiv, float *kf)
 
void stepUp (int level, float **A, float **B, int *currentRootsCount)
 
void polynomRealRoots (float *rootsArray, int n, float *kf_, int &rootsCount)
 

Function Documentation

◆ dihot()

float dihot ( int  degree,
float  edgeNegativ,
float  edgePositiv,
float *  kf 
)

Definition at line 11 of file PolynomRealRoots.h.

References polinom(), and x.

Referenced by stepUp().

◆ polinom()

float polinom ( int  n,
float  x,
float *  k 
)

Definition at line 4 of file PolynomRealRoots.h.

References i, and x.

Referenced by dihot(), and stepUp().

◆ polynomRealRoots()

void polynomRealRoots ( float *  rootsArray,
int  n,
float *  kf_,
int &  rootsCount 
)

Definition at line 91 of file PolynomRealRoots.h.

References i, and stepUp().

◆ stepUp()

void stepUp ( int  level,
float **  A,
float **  B,
int *  currentRootsCount 
)

Definition at line 23 of file PolynomRealRoots.h.

References dihot(), fabs(), i, and polinom().

Referenced by polynomRealRoots().