Changeset fecc08 in git
- Timestamp:
- Jun 17, 2010, 3:18:26 PM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 91144445a7bc516f707a2c821c3987fcfcfde9ae
- Parents:
- 04dd0ce998a4a58df8fc3aaf1bd42b662efc847c
- Location:
- factory
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cf_gcd_smallp.cc
r04dd0c rfecc08 781 781 /// computes a random monic irreducible univariate polynomial of random 782 782 /// degree < i in x which does not divide F 783 static inline784 783 CanonicalForm 785 784 randomIrredpoly (int i, const Variable & x) -
factory/cf_gcd_smallp.h
r04dd0c rfecc08 62 62 return GCD_GF (A, B, list, top_level); 63 63 } 64 65 CanonicalForm 66 randomIrredpoly (int i, const Variable & x) ; 64 67 #endif -
factory/facFqBivarUtil.cc
r04dd0c rfecc08 19 19 #include "ftmpl_functions.h" 20 20 #include "ExtensionInfo.h" 21 #include "cf_algorithm.h" 22 #include "cf_factory.h" 23 #include "imm.h" 24 #include "cf_iter.h" 21 25 #include "facFqBivarUtil.h" 22 26 -
factory/facFqFactorize.cc
r04dd0c rfecc08 28 28 #include "facHensel.h" 29 29 #include "cf_gcd_smallp.h" 30 #include "cf_map_ext.h" 30 31 #include "DegreePattern.cc" 31 32 #include "algext.h" -
factory/facFqSquarefree.cc
r04dd0c rfecc08 21 21 #include "cf_map.h" 22 22 #include "cf_util.h" 23 #include "cf_factory.h" 23 24 #include "facFqSquarefree.h" 24 25
Note: See TracChangeset
for help on using the changeset viewer.