Changeset 829648 in git


Ignore:
Timestamp:
Jul 31, 2013, 6:27:19 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
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
Message:
chg: changes due to new abs factorization
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/absfact.lib

    r8530d34 r829648  
    745745  poly p=imap(MP,p);
    746746
    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 
    753747  // special treatment in the homogeneous case, dropping one variable
    754748  // by substituting the first variable by 1
  • factory/factory.template

    r8530d34 r829648  
    109109#include "facAbsBiFact.h"
    110110
     111/*MAKEHEADER PUBLIC ONLY*/
     112#include "facAbsFact.h"
     113
    111114#endif /* ! INCL_FACTORY_H */
Note: See TracChangeset for help on using the changeset viewer.