Changeset 530295 in git for factory/facFactorize.h
- Timestamp:
- Jan 5, 2012, 5:52:39 PM (12 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 0e6668ef96c23537076f15491667b780427d0f91
- Parents:
- 88408d0be2fdcd560bb0eceb25b88db10bf0c817
- git-author:
- Martin Lee <martinlee84@web.de>2012-01-05 17:52:39+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-04-04 14:42:25+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFactorize.h
r88408d0 r530295 36 36 inline 37 37 CFList 38 ratSqrfFactorize (const CanonicalForm & G, ///<[in] a multivariate poly39 const Variable& v 38 ratSqrfFactorize (const CanonicalForm & G, ///<[in] a multivariate poly 39 const Variable& v= Variable (1) ///<[in] algebraic variable 40 40 ) 41 41 { … … 60 60 inline 61 61 CFFList 62 ratFactorize (const CanonicalForm& G, ///<[in] a multivariate poly63 const Variable& v ,///<[in] algebraic variable64 bool substCheck= true ///<[in] enables substitute check62 ratFactorize (const CanonicalForm& G, ///<[in] a multivariate poly 63 const Variable& v= Variable (1), ///<[in] algebraic variable 64 bool substCheck= true ///<[in] enables substitute check 65 65 ) 66 66 {
Note: See TracChangeset
for help on using the changeset viewer.