CbmRoot
Loading...
Searching...
No Matches
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 16 of file PolynomRealRoots.h.

References polinom(), and x.

Referenced by stepUp().

◆ polinom()

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

Definition at line 8 of file PolynomRealRoots.h.

References x.

Referenced by dihot(), and stepUp().

◆ polynomRealRoots()

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

Definition at line 92 of file PolynomRealRoots.h.

References stepUp().

◆ stepUp()

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

Definition at line 27 of file PolynomRealRoots.h.

References dihot(), and polinom().

Referenced by polynomRealRoots().