Changeset 94f565 in git


Ignore:
Timestamp:
Feb 1, 2000, 10:00:12 AM (24 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
41ee4edfee944ab75adaea81aaff79cb64bb2096
Parents:
1a2ca6852afd1b2a16aa59741a812b1732a3229a
Message:
*hannes: summary of changes


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

Legend:

Unmodified
Added
Removed
  • Singular/ChangeLog

    r1a2ca6 r94f565  
     1Tue Feb  1 09:33:35 MET 2000 hannes: summary of changes
     2* lift changed: - uses interanlly a different algorithm
     3                  (for SB and NON-SB unified)
     4                - can be used with an optional 3rd argument (a matrix name),
     5                  if given, the "matrix of units" will be stored in it
     6* new command: division (extension of lift)
     7     division(M,SM) returns a list (T,U,R) with SM*U+R=M*T
     8* new monomial ordering (internal change only):
     9   use of inline function instead of a function pointer
     10   (possible point for difficulties: mcompSchrB(polys.cc), pSetSchreyerOrdM
     11   (polys.cc))
     12* new Library:
     13   spectrum.lib: interface to Stefan Endrass' spectrum routines
     14   (Stefan Endrass/H.Schoenemann)
     15   (still incomplete, requires a "special" Singular)
     16* new Library:
     17   CaMuReg.lib: PROCEDURES FOR COMPUTING CASTELNUOVO-MUMFORD REGULARITY
     18   Authors:I.Bermejo/Ph.Gimenez/G.-M.Greuel
     19   (not included in the documemtation, not included in the tests)
     20* new command: hres
     21    - computes a free resolution of an ideal using Hilbert-driven algorithm
     22* new commands: convhull, simplex (M.Wenk)
     23  (not documented, not included in the documemtation, not included in the tests)
     24 
    125Fri Aug 13 13:20:01 MET DST 1999 hannes
    226* made fe_fgets_stdin an function pointer instead of a macro
Note: See TracChangeset for help on using the changeset viewer.