![]() |
My Project
|
#include "polys/monomials/ring.h"
#include "kernel/polys.h"
#include "misc/intvec.h"
#include "coeffs/bigintmat.h"
Go to the source code of this file.
Functions | |
intvec * | hFirstSeries (ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL) |
intvec * | hFirstSeries1 (ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL) |
intvec * | hFirstSeries0 (ideal S, ideal Q, intvec *wdegree, const ring src, const ring Qt) |
poly | hFirstSeries0p (ideal A, ideal Q, intvec *wdegree, const ring src, const ring Qt) |
bigintmat * | hPoly2BIV (poly h, const ring Qt, const coeffs biv_cf) |
poly | hBIV2Poly (bigintmat *b, const ring Qt, const coeffs biv_cf) |
bigintmat * | hFirstSeries0b (ideal I, ideal Q, intvec *wdegree, intvec *shifts, const ring src, const coeffs biv_cf) |
bigintmat * | hSecondSeries0b (ideal I, ideal Q, intvec *wdegree, intvec *shifts, const ring src, const coeffs biv_cf) |
poly | hFirstSeries0m (ideal A, ideal Q, intvec *wdegree, intvec *shifts, const ring src, const ring Qt) |
intvec * | hSecondSeries (intvec *hseries1) |
void | hLookSeries (ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL) |
Definition at line 2641 of file hilb.cc.
Definition at line 2150 of file hilb.cc.
Definition at line 2114 of file hilb.cc.
bigintmat * hFirstSeries0b | ( | ideal | I, |
ideal | Q, | ||
intvec * | wdegree, | ||
intvec * | shifts, | ||
const ring | src, | ||
const coeffs | biv_cf ) |
Definition at line 2655 of file hilb.cc.
poly hFirstSeries0m | ( | ideal | A, |
ideal | Q, | ||
intvec * | wdegree, | ||
intvec * | shifts, | ||
const ring | src, | ||
const ring | Qt ) |
Definition at line 2063 of file hilb.cc.
Definition at line 2020 of file hilb.cc.
Definition at line 2610 of file hilb.cc.
Definition at line 856 of file hilb.cc.