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
Matrices of numbers.
Definition: bigintmat.h:50
number EltCreateMat(nforder *a, bigintmat *b)
#define EXTERN_VAR
Definition: globaldefs.h:6
CanonicalForm b
Definition: cfModGcd.cc:4044
The main handler for Singular numbers which are suitable for Singular polynomials.
BOOLEAN n_nfOrderInit(coeffs r, void *parameter)
n_coeffType
Definition: coeffs.h:27
EXTERN_VAR n_coeffType nforder_type
Definition: nforder_elt.h:4
int BOOLEAN
Definition: auxiliary.h:87