Changeset 829648 in git
- Timestamp:
- Jul 31, 2013, 6:27:19 PM (10 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 7c7b1c7b2583f38aa0301a79af583d4f67490282
- Parents:
- 8530d342c559e3346021bae91217a83e54da495a
- git-author:
- Martin Lee <martinlee84@web.de>2013-07-31 18:27:19+02:00
- git-committer:
- Martin Lee <martinlee84@web.de>2013-08-30 13:48:26+02:00
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/absfact.lib
r8530d34 r829648 745 745 poly p=imap(MP,p); 746 746 747 if (size (variables (p)) > 2)748 {749 ERROR("// absfact.lib::absBiFactorize is not implemented for polynomials "750 +"with more than 2 variables");751 }752 753 747 // special treatment in the homogeneous case, dropping one variable 754 748 // by substituting the first variable by 1 -
factory/factory.template
r8530d34 r829648 109 109 #include "facAbsBiFact.h" 110 110 111 /*MAKEHEADER PUBLIC ONLY*/ 112 #include "facAbsFact.h" 113 111 114 #endif /* ! INCL_FACTORY_H */
Note: See TracChangeset
for help on using the changeset viewer.