My Project
Toggle main menu visibility
Loading...
Searching...
No Matches
kernel
combinatorics
hilb.h
Go to the documentation of this file.
1
#ifndef HILB_H
2
#define HILB_H
3
/****************************************
4
* Computer Algebra System SINGULAR *
5
****************************************/
6
/*
7
* ABSTRACT
8
*/
9
10
#include "
polys/monomials/ring.h
"
11
#include "
kernel/polys.h
"
12
#include "
misc/intvec.h
"
13
#include "
coeffs/bigintmat.h
"
14
15
intvec
*
hFirstSeries
(ideal S,
intvec
*modulweight, ideal
Q
=
NULL
,
intvec
*wdegree=
NULL
);
16
intvec
*
hFirstSeries1
(ideal S,
intvec
*modulweight, ideal
Q
=
NULL
,
intvec
*wdegree=
NULL
);
17
intvec
*
hFirstSeries0
(ideal S, ideal
Q
,
intvec
*wdegree,
const
ring src,
const
ring Qt);
18
poly
hFirstSeries0p
(ideal
A
,ideal
Q
,
intvec
*wdegree,
const
ring src,
const
ring Qt);
19
bigintmat
*
hPoly2BIV
(poly
h
,
const
ring Qt,
const
coeffs
biv_cf);
20
poly
hBIV2Poly
(
bigintmat
*
b
,
const
ring Qt,
const
coeffs
biv_cf);
21
bigintmat
*
hFirstSeries0b
(ideal I, ideal
Q
,
intvec
*wdegree,
intvec
*shifts,
const
ring src,
const
coeffs
biv_cf);
22
bigintmat
*
hSecondSeries0b
(ideal I, ideal
Q
,
intvec
*wdegree,
intvec
*shifts,
const
ring src,
const
coeffs
biv_cf);
23
poly
hFirstSeries0m
(ideal
A
,ideal
Q
,
intvec
*wdegree,
intvec
*shifts,
const
ring src,
const
ring Qt);
24
25
intvec
*
hSecondSeries
(
intvec
*hseries1);
26
27
void
hLookSeries
(ideal S,
intvec
*modulweight, ideal
Q
=
NULL
,
intvec
*wdegree=
NULL
);
28
#endif
bigintmat.h
b
CanonicalForm b
Definition
cfModGcd.cc:4111
bigintmat
Matrices of numbers.
Definition
bigintmat.h:51
intvec
Definition
intvec.h:24
hBIV2Poly
poly hBIV2Poly(bigintmat *b, const ring Qt, const coeffs biv_cf)
Definition
hilb.cc:2003
hFirstSeries0m
poly hFirstSeries0m(ideal A, ideal Q, intvec *wdegree, intvec *shifts, const ring src, const ring Qt)
Definition
hilb.cc:1425
hFirstSeries1
intvec * hFirstSeries1(ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL)
Definition
hilb.cc:1972
hFirstSeries0p
poly hFirstSeries0p(ideal A, ideal Q, intvec *wdegree, const ring src, const ring Qt)
Definition
hilb.cc:1384
hSecondSeries
intvec * hSecondSeries(intvec *hseries1)
Definition
hilb.cc:71
hPoly2BIV
bigintmat * hPoly2BIV(poly h, const ring Qt, const coeffs biv_cf)
Definition
hilb.cc:1982
hFirstSeries0b
bigintmat * hFirstSeries0b(ideal I, ideal Q, intvec *wdegree, intvec *shifts, const ring src, const coeffs biv_cf)
Definition
hilb.cc:2017
hSecondSeries0b
bigintmat * hSecondSeries0b(ideal I, ideal Q, intvec *wdegree, intvec *shifts, const ring src, const coeffs biv_cf)
Definition
hilb.cc:2039
hFirstSeries
intvec * hFirstSeries(ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL)
Definition
hilb.cc:1512
hLookSeries
void hLookSeries(ideal S, intvec *modulweight, ideal Q=NULL, intvec *wdegree=NULL)
Definition
hilb.cc:220
hFirstSeries0
intvec * hFirstSeries0(ideal S, ideal Q, intvec *wdegree, const ring src, const ring Qt)
Definition
hilb.cc:1476
intvec.h
h
STATIC_VAR Poly * h
Definition
janet.cc:971
coeffs
The main handler for Singular numbers which are suitable for Singular polynomials.
NULL
#define NULL
Definition
omList.c:12
polys.h
Compatibility layer for legacy polynomial operations (over currRing).
ring.h
A
#define A
Definition
sirandom.c:24
Q
#define Q
Definition
sirandom.c:26
Generated on
for My Project by
doxygen 1.17.0
for
Singular