Changeset d221a2 in git
- Timestamp:
- Mar 7, 2014, 12:26:16 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- a199a3f1830dc111591517b077fb9391d8d27eb2
- Parents:
- 0b6efdb9e1062c3299d542efdc36734ecb36ca10
- git-author:
- Martin Lee <martinlee84@web.de>2014-03-07 12:26:16+01:00
- git-committer:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2014-03-17 18:31:53+01:00
- Location:
- factory
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/cfModResultant.h
r0b6efd rd221a2 27 27 ); 28 28 29 /*BEGINPUBLIC*/ 29 30 /// modular resultant algorihtm over Z 30 31 /// … … 36 37 bool prob= true ///<[in] if true use probabilistic algorithm 37 38 ); 39 /*ENDPUBLIC*/ 38 40 39 41 #endif -
factory/factory.template
r0b6efd rd221a2 107 107 #include "facAbsFact.h" 108 108 109 /*MAKEHEADER PUBLIC ONLY*/ 110 #include "cfModResultant.h" 111 109 112 #endif /* ! INCL_FACTORY_H */
Note: See TracChangeset
for help on using the changeset viewer.