Changeset 058c1d in git
- Timestamp:
- Jan 7, 2013, 2:19:29 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 5275c0ef15d708a9ad7d1d17c29af6421d2b2ed6
- Parents:
- b962395fa1135487498e89dcab8bd9672d1dc415
- git-author:
- Martin Lee <martinlee84@web.de>2013-01-07 14:19:29+01:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-05-02 11:42:34+02:00
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/fac_absfact.cc
rb962395 r058c1d 2 2 * Computer Algebra System SINGULAR 3 3 \*****************************************************************************/ 4 /** @file facMul.cc 5 * 6 * This file implements functions for fast multiplication and division with 7 * remainder 4 /** @file facAbsFact.cc 8 5 * 9 6 * @author Martin Lee -
factory/fac_absfact.h
rb962395 r058c1d 2 2 * Computer Algebra System SINGULAR 3 3 \*****************************************************************************/ 4 /** @file cfModResultant.h4 /** @file facAbsFact.h 5 5 * 6 * modular resultant algorithm as described by G.E. Collins in "The Calculation7 * of multivariate polynomial resultants"6 * bivariate absolute factorization over Q described in "Modular Las Vegas 7 * Algorithms for Polynomial Absolute Factorization" by Bertone, ChÚze, Galligo 8 8 * 9 9 * @author Martin Lee
Note: See TracChangeset
for help on using the changeset viewer.