Changeset 091b250 in git
- Timestamp:
- Jul 31, 2013, 5:19:59 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- b728bf54b2d144b9710c9fbac685edcc000c6fc2
- Parents:
- 73c222ead5d1fd524953331499ea62ae2256647c
- git-author:
- Martin Lee <martinlee84@web.de>2013-07-31 17:19:59+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-08-30 13:48:23+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFactorize.h
r73c222 r091b250 22 22 TIMING_DEFINE_PRINT (fac_squarefree) 23 23 TIMING_DEFINE_PRINT (fac_factor_squarefree) 24 25 /// Factorization of A wrt. to different second vars 26 void 27 factorizationWRTDifferentSecondVars ( 28 const CanonicalForm& A, ///<[in] poly 29 CFList*& Aeval, ///<[in,out] A evaluated wrt. 30 ///< different second vars 31 ///< returns bivariate factors 32 int& minFactorsLength, ///<[in,out] minimal length of 33 ///< bivariate factors 34 bool& irred, ///<[in,out] Is A irreducible? 35 const Variable& w ///<[in] alg. variable 36 ); 24 37 25 38 /// Factorization over Q (a)
Note: See TracChangeset
for help on using the changeset viewer.