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 11 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 91 of file PolynomRealRoots.h.
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().