|
CbmRoot
|
#include <cmath>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) |
| float dihot | ( | int | degree, |
| float | edgeNegativ, | ||
| float | edgePositiv, | ||
| float * | kf ) |
Definition at line 16 of file PolynomRealRoots.h.
Referenced by stepUp().
| float polinom | ( | int | n, |
| float | x, | ||
| float * | k ) |
| void polynomRealRoots | ( | float * | rootsArray, |
| int | n, | ||
| float * | kf_, | ||
| int & | rootsCount ) |
Definition at line 92 of file PolynomRealRoots.h.
References 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().