Changeset 829648 in git for Singular/LIB/absfact.lib


Ignore:
Timestamp:
Jul 31, 2013, 6:27:19 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
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
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.