Changeset 1e1ec4 in git for Singular/LIB/finvar.lib


Ignore:
Timestamp:
Jan 4, 2013, 5:54:18 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
42ea852aa2e1e683808b1ac3305dda96677af761
Parents:
8f296a6216092a84f1ebb509dbcda5fe428004f7
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-01-04 17:54:18+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-01-15 20:41:56+01:00
Message:
Updated LIBs according to master

add: new LIBs from master
fix: updated LIBs due to minpoly/(de)numerator changes
fix: -> $Id$
fix: Fixing wrong rebase of SW on master (LIBs)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/finvar.lib

    r8f296a r1e1ec4  
    45924592  int dgb=degBound;
    45934593  degBound = 0;
     4594  intvec saveopt=option(get);
    45944595  option(redSB);
    45954596  ideal sP = groebner(ideal(P));
     
    48794880    }
    48804881  }
     4882  option(set,saveopt);
    48814883  return(S,matrix(compress(IS)));
    48824884}
     
    57755777  int dgb=degBound;
    57765778  degBound = 0;
     5779  intvec saveopt=option(get);
    57775780  option(redSB);
    57785781  ideal sP = groebner(ideal(P));
     
    60766079  { kill `ring_name`;
    60776080  }
     6081  option(set,saveopt);
    60786082  return(matrix(S),matrix(compress(IS)));
    60796083}
Note: See TracChangeset for help on using the changeset viewer.