Changeset a0adc3 in git
- Timestamp:
- Nov 15, 2012, 2:19:28 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 5337d7e9472c971d9c491c78759c1a59f9477051
- Parents:
- e2e4be38ca2210479e037e6d8c68c82be5b92ff1
- git-author:
- Martin Lee <martinlee84@web.de>2012-11-15 14:19:28+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-11-16 13:13:24+01:00
- Location:
- factory
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facFactorize.cc
re2e4be ra0adc3 401 401 oldAeval[i]= Aeval2[i]; 402 402 403 getLeadingCoeffs (A, Aeval2 , uniFactors, evaluation);403 getLeadingCoeffs (A, Aeval2); 404 404 405 405 CFList biFactorsLCs; -
factory/facFqFactorize.cc
re2e4be ra0adc3 1937 1937 1938 1938 1939 void getLeadingCoeffs (const CanonicalForm& A, CFList*& Aeval, 1940 const CFList& uniFactors, const CFList& evaluation 1939 void getLeadingCoeffs (const CanonicalForm& A, CFList*& Aeval 1941 1940 ) 1942 1941 { … … 2562 2561 oldAeval[i]= Aeval2[i]; 2563 2562 2564 getLeadingCoeffs (A, Aeval2 , uniFactors, evaluation);2563 getLeadingCoeffs (A, Aeval2); 2565 2564 2566 2565 CFList biFactorsLCs; -
factory/facFqFactorize.h
re2e4be ra0adc3 601 601 void 602 602 getLeadingCoeffs (const CanonicalForm& A, ///< [in] some poly 603 CFList*& Aeval ,///< [in,out] array of bivariate603 CFList*& Aeval ///< [in,out] array of bivariate 604 604 ///< factors, returns the leading 605 605 ///< coefficients of these factors 606 const CFList& uniFactors,///< [in] univariate factors of A607 const CFList& evaluation ///< [in] evaluation point608 606 ); 609 607
Note: See TracChangeset
for help on using the changeset viewer.