Changeset 285d21 in git for Singular/LIB/dmodapp.lib


Ignore:
Timestamp:
Feb 27, 2008, 12:36:12 AM (16 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a92dff3697f0a605f93ad3003fd0d033b72d64b1
Parents:
4d43ff458adf4e30c9059ffaf846500aa5d64c61
Message:
*levandov: fixes, new procs, cleanup


git-svn-id: file:///usr/local/Singular/svn/trunk@10608 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/dmodapp.lib

    r4d43ff r285d21  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: dmodapp.lib,v 1.3 2008-02-08 23:28:01 levandov Exp $";
     2version="$Id: dmodapp.lib,v 1.4 2008-02-26 23:36:12 levandov Exp $";
    33category="Noncommutative";
    44info="
     
    9191  setring @U;
    9292  // make @U noncommutative
    93   //  matrix @C = imap(save,@C);
     93  matrix @C = imap(save,@C);
    9494  matrix @D = imap(save,@D);
    9595  def @@U = nc_algebra(@C,@D);
     
    104104  CV = slimgb(CV);
    105105  export CV;
    106   kill @U;
    107106  return(@CU);
    108107}
Note: See TracChangeset for help on using the changeset viewer.