nforder_elt.h
Go to the documentation of this file.
1 #ifndef NFORDER_ELT_HPP
2 #define NFORDER_ELT_HPP
3 
5 
6 number EltCreateMat(nforder *a, bigintmat *b);
7 
8 BOOLEAN n_nfOrderInit(coeffs r, void * parameter);
9 
10 #endif
const poly a
Definition: syzextra.cc:212
Matrices of numbers.
Definition: bigintmat.h:51
number EltCreateMat(nforder *a, bigintmat *b)
Definition: nforder_elt.cc:34
const ring r
Definition: syzextra.cc:208
n_coeffType nforder_type
The main handler for Singular numbers which are suitable for Singular polynomials.
BOOLEAN n_nfOrderInit(coeffs r, void *parameter)
Definition: nforder_elt.cc:227
n_coeffType
Definition: coeffs.h:27
int BOOLEAN
Definition: auxiliary.h:85
const poly b
Definition: syzextra.cc:213