Changeset fce947 in git
- Timestamp:
- Dec 16, 2014, 7:33:47 PM (9 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- Children:
- 14a56089ebf893ec1f1beddfb72a295a79c95d37358740e9b5cae470b553741ca2629dc3c79b2e5d
- Parents:
- 75f460d8b1424a14103e3ee48d499b71e1cb46ee
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-16 19:33:47+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-12-16 19:34:11+01:00
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/number2.cc
r75f460 rfce947 6 6 #include <coeffs/rmodulon.h> // ZnmInfo 7 7 #include <coeffs/bigintmat.h> // bigintmat 8 #include <coeffs/longrat.h> // BIGINTs: nlGMP 8 9 9 10 #include <Singular/blackbox.h> // blackbox type -
libpolys/coeffs/OPAEQ.cc
r75f460 rfce947 11 11 #ifdef SINGULAR_4_1 12 12 13 #include <omalloc/omalloc.h> 13 14 #include <factory/factory.h> 15 #include <misc/mylimits.h> 16 #include <reporter/reporter.h> 17 18 #include "coeffs.h" 19 #include "numbers.h" 20 #include "mpr_complex.h" 21 #include "AEQ.h" 22 #include "modulop.h" 14 23 15 24 #include <string.h> 16 #include <omalloc/omalloc.h>17 #include <coeffs/coeffs.h>18 #include <reporter/reporter.h>19 #include <coeffs/numbers.h>20 #include <coeffs/mpr_complex.h>21 #include <misc/mylimits.h>22 #include <coeffs/AEQ.h>23 24 25 25 26 BOOLEAN nAEQCoeffIsEqual (number a, number b, const coeffs r); -
libpolys/coeffs/OPAEp.cc
r75f460 rfce947 8 8 9 9 #include <misc/auxiliary.h> 10 11 #ifdef SINGULAR_4_1 12 10 13 #include <omalloc/omalloc.h> 11 12 #ifdef SINGULAR_4_113 14 14 #include <factory/factory.h> 15 16 15 #include <misc/mylimits.h> 17 18 16 #include <reporter/reporter.h> 19 17 … … 23 21 #include "OPAEp.h" 24 22 #include "AEp.h" 23 #include "modulop.h" 25 24 26 25 #include <string.h>
Note: See TracChangeset
for help on using the changeset viewer.