![]() |
My Project
|
Go to the source code of this file.
Functions | |
| double | wFunctionalMora (int *degw, int *lpol, int npol, double *rel, double wx, double wwNsqr) |
| double | wFunctionalBuch (int *degw, int *lpol, int npol, double *rel, double wx, double wwNsqr) |
| void | wAdd (int *A, int mons, int kn, int xx, int rvar) |
| void | wNorm (int *degw, int *lpol, int npol, double *rel) |
| void | wFirstSearch (int *A, int *x, int mons, int *lpol, int npol, double *rel, double *fopt, double wNsqr, int rvar) |
| void | wSecondSearch (int *A, int *x, int *lpol, int npol, int mons, double *rel, double *fk, double wNsqr, int rvar) |
| void | wGcd (int *x, int n) |
| static void | wSub (int *A, int mons, int kn, int xx, int rvar) |
| static double | wPrWeight (int *x, int n) |
| static void | wEstimate (int *A, int *x, int *lpol, int npol, int mons, double wx, double *rel, double *fopt, int *s0, int *s1, int *s2, double wNsqr, int rvar) |
Variables | |
| VAR short * | ecartWeights =NULL |
| VAR double(* | wFunctional )(int *degw, int *lpol, int npol, double *rel, double wx, double wNsqr) |
| void wAdd | ( | int * | A, |
| int | mons, | ||
| int | kn, | ||
| int | xx, | ||
| int | rvar | ||
| ) |
|
static |
Definition at line 237 of file weight0.cc.
| void wFirstSearch | ( | int * | A, |
| int * | x, | ||
| int | mons, | ||
| int * | lpol, | ||
| int | npol, | ||
| double * | rel, | ||
| double * | fopt, | ||
| double | wNsqr, | ||
| int | rvar | ||
| ) |
Definition at line 152 of file weight0.cc.
| double wFunctionalBuch | ( | int * | degw, |
| int * | lpol, | ||
| int | npol, | ||
| double * | rel, | ||
| double | wx, | ||
| double | wwNsqr | ||
| ) |
Definition at line 78 of file weight0.cc.
| double wFunctionalMora | ( | int * | degw, |
| int * | lpol, | ||
| int | npol, | ||
| double * | rel, | ||
| double | wx, | ||
| double | wwNsqr | ||
| ) |
Definition at line 34 of file weight0.cc.
| void wGcd | ( | int * | x, |
| int | n | ||
| ) |
| void wNorm | ( | int * | degw, |
| int * | lpol, | ||
| int | npol, | ||
| double * | rel | ||
| ) |
Definition at line 463 of file weight0.cc.
|
static |
| void wSecondSearch | ( | int * | A, |
| int * | x, | ||
| int * | lpol, | ||
| int | npol, | ||
| int | mons, | ||
| double * | rel, | ||
| double * | fk, | ||
| double | wNsqr, | ||
| int | rvar | ||
| ) |
Definition at line 295 of file weight0.cc.
|
static |
Definition at line 112 of file weight0.cc.
Definition at line 28 of file weight0.cc.
| VAR double(* wFunctional) (int *degw, int *lpol, int npol, double *rel, double wx, double wNsqr) | ( | int * | degw, |
| int * | lpol, | ||
| int | npol, | ||
| double * | rel, | ||
| double | wx, | ||
| double | wNsqr | ||
| ) |
Definition at line 30 of file weight0.cc.