Changeset 1e1ec4 in git for Singular/LIB/deform.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/deform.lib

    r8f296a r1e1ec4  
    880880  int @c = ncols(A);
    881881  int i,j;
    882   string ord_str = "wp("+string(w_vec)+")";
    883882  def br = basering;
    884   def nr=changeord(ord_str);
     883  def nr=changeord(list(list("wp",w_vec)));
    885884  setring nr;
    886885  matrix A    = imap(br,A);
     
    946945   A  = transpose(A);
    947946   def br = basering;
    948    string o_str = "wp("+string(d_vec)+")";
    949    def nr=changeord(o_str);
     947   def nr=changeord(list(list("wp",d_vec)));
    950948   setring nr;
    951949   module A = fetch(br,A);
Note: See TracChangeset for help on using the changeset viewer.