Home
last modified time | relevance | path

Searched defs:n_Procs_s (Results 1 – 2 of 2) sorted by relevance

/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dcoeffs.h123 struct n_Procs_s struct
126 coeffs next;
127 int ref;
128 n_coeffRep rep;
129 n_coeffType type;
141 BOOLEAN is_field;
143 BOOLEAN is_domain;
176 numberfunc cfMult, cfSub ,cfAdd ,cfDiv, cfIntMod, cfExactDiv;
368 int *m_nfMinPoly;
402 mpz_ptr modBase;
[all …]
/dports/math/singular/Singular-Release-4-2-1/kernel/
H A Dstructs.h50 typedef struct n_Procs_s n_Procs_s; typedef