![]() |
My Project
UNKNOWN_GIT_VERSION
|
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 | |
short * | ecartWeights =NULL |
double(* | wFunctional )(int *degw, int *lpol, int npol, double *rel, double wx, double wNsqr) |
|
static |
void wFirstSearch | ( | int * | A, |
int * | x, | ||
int | mons, | ||
int * | lpol, | ||
int | npol, | ||
double * | rel, | ||
double * | fopt, | ||
double | wNsqr, | ||
int | rvar | ||
) |
double wFunctionalBuch | ( | int * | degw, |
int * | lpol, | ||
int | npol, | ||
double * | rel, | ||
double | wx, | ||
double | wwNsqr | ||
) |
double wFunctionalMora | ( | int * | degw, |
int * | lpol, | ||
int | npol, | ||
double * | rel, | ||
double | wx, | ||
double | wwNsqr | ||
) |
void wNorm | ( | int * | degw, |
int * | lpol, | ||
int | npol, | ||
double * | rel | ||
) |
|
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.c.
|
static |