![]() |
#include <polys/monomials/ring.h>
Go to the source code of this file.
Functions | |
void | kEcartWeights (poly *s, int sl, short *eweight, const ring R) |
long | maxdegreeWecart (poly p, int *l, ring r) |
long | totaldegreeWecart (poly p, ring r) |
long | totaldegreeWecart_IV (poly p, ring r, const short *w) |
short * | iv2array (intvec *iv, const ring R) |
double | wFunctionalBuch (int *degw, int *lpol, int npol, double *rel, double wx, double wNsqr) |
void | wCall (poly *s, int sl, int *x, double wNsqr, const ring R) |
Variables | |
short * | ecartWeights |
double(* | wFunctional )(int *degw, int *lpol, int npol, double *rel, double wx, double wNsqr) |
Definition at line 190 of file weight.cc.
long totaldegreeWecart | ( | poly | p, |
ring | r | ||
) |
Definition at line 225 of file weight.cc.
Definition at line 239 of file weight.cc.
Definition at line 116 of file weight.cc.
double wFunctionalBuch | ( | int * | degw, |
int * | lpol, | ||
int | npol, | ||
double * | rel, | ||
double | wx, | ||
double | wNsqr | ||
) |