Changeset 1e5c50 in git for factory/facMul.h
- Timestamp:
- Nov 12, 2012, 6:21:05 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- f6237dd32a31b0c8c58f56d6a808bda992e743fa
- Parents:
- 6ea864278bd3cbb9e4869b30bd2abcd525d6ed30
- git-author:
- Martin Lee <martinlee84@web.de>2012-11-12 18:21:05+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2012-11-16 13:20:45+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/facMul.h
r6ea864 r1e5c50 155 155 const CFList& M ///< [in] contains only powers of Variables 156 156 ); 157 158 #ifdef HAVE_FLINT 159 /// division with remainder of univariate polynomials over Q and Q(a) using 160 /// Newton inversion, satisfying F=G*Q+R, deg(R) < deg(G) 161 void 162 newtonDivrem (const CanonicalForm& F, ///<[in] univariate poly 163 const CanonicalForm& G, ///<[in] univariate poly 164 CanonicalForm& Q, ///<[in, out] quotient 165 CanonicalForm& R ///<[in, out] remainder 166 ); 167 #endif 168 157 169 #endif 158 170 /* FAC_MUL_H */
Note: See TracChangeset
for help on using the changeset viewer.