Changeset 6dd42a in git


Ignore:
Timestamp:
Jan 11, 2001, 7:00:06 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
57a5fe36b5a9bcfec5e8e6711e8060295c325242
Parents:
2af8915bc2194d42ad416b4256b4e94f7169c304
Message:
*hannes: removed ref. to jordan.lib


git-svn-id: file:///usr/local/Singular/svn/trunk@5056 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular/LIB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/all.lib

    r2af891 r6dd42a  
    1 // $Id: all.lib,v 1.32 2000-12-23 17:08:07 greuel Exp $
     1// $Id: all.lib,v 1.33 2001-01-11 17:56:37 Singular Exp $
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: all.lib,v 1.32 2000-12-23 17:08:07 greuel Exp $";
     3version="$Id: all.lib,v 1.33 2001-01-11 17:56:37 Singular Exp $";
    44category = "General purpose";
    55info="
     
    1515
    1616Linear algebra
    17   jordan_lib:      Jordan Normal Form of a Matrix with rational Eigenvalues
    1817  linalg_lib:      Algorithmic Linear Algebra
    1918  matrix_lib:      Elementary Matrix Operations
     
    8584//Linear algebra
    8685LIB "matrix.lib";
    87 LIB "jordan.lib";
    8886LIB "linalg.lib";
    8987//Commutative algebra
  • Singular/LIB/mondromy.lib

    r2af891 r6dd42a  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: mondromy.lib,v 1.20 2001-01-11 17:12:59 Singular Exp $";
     2version="$Id: mondromy.lib,v 1.21 2001-01-11 18:00:06 Singular Exp $";
    33category="Singularities";
    44info="
     
    2828LIB "ring.lib";
    2929LIB "sing.lib";
    30 LIB "jordan.lib";
     30LIB "linalg.lib";
    3131
    3232///////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.