#include <kernel/mod2.h>
#include "gms.h"
#include <coeffs/numbers.h>
#include <kernel/polys.h>
#include "ipid.h"
Go to the source code of this file.
◆ gmsNF() [1/2]
lists gmsNF |
( |
ideal |
p, |
|
|
ideal |
g, |
|
|
matrix |
B, |
|
|
int |
D, |
|
|
int |
K |
|
) |
| |
Definition at line 22 of file gms.cc.
void id_Normalize(ideal I, const ring r)
normialize all polys in id
#define idDelete(H)
delete an ideal
#define pLmDivisibleBy(a, b)
like pDivisibleBy, except that it is assumed that a!=NULL, b!=NULL
ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
#define pGetExp(p, i)
Exponent.
#define pHead(p)
returns newly allocated copy of Lm(p), coef is copied, next=NULL, p might be NULL ...
INLINE_THIS void Init(int l=0)
matrix mpNew(int r, int c)
create a r x c zero-matrix
ideal idInit(int idsize, int rank)
initialise an ideal / module
#define MATELEM(mat, i, j)
◆ gmsNF() [2/2]
Definition at line 102 of file gms.cc.
108 ideal
p=(ideal)h->
CopyD();
112 ideal
g=(ideal)h->
Data();
120 int D=(int)(
long)h->
Data();
124 int K=(int)(
long)h->
Data();
133 WerrorS(
"<ideal>,<ideal>,<matrix>,<int>,<int> expected");
void WerrorS(const char *s)
lists gmsNF(ideal p, ideal g, matrix B, int D, int K)