Changeset 67f7108 in git for Singular/LIB/all.lib


Ignore:
Timestamp:
May 11, 2005, 6:08:06 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
1c981ca8527931b11f80fc4eacd1186282918528
Parents:
27e091bf64e27598041f4781fe1f9145d019fada
Message:
*hannes: urrcount.lib ->rootsur.lib


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/all.lib

    r27e091b r67f7108  
    1 // $Id: all.lib,v 1.43 2005-05-11 15:01:36 anne Exp $
     1// $Id: all.lib,v 1.44 2005-05-11 16:06:10 Singular Exp $
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: all.lib,v 1.43 2005-05-11 15:01:36 anne Exp $";
     3version="$Id: all.lib,v 1.44 2005-05-11 16:06:10 Singular Exp $";
    44category = "General purpose";
    55info="
     
    6363  solve_lib:       Complex Solving of Polynomial Systems
    6464  triang_lib:      Decompose Zero-dimensional Ideals into Triangular Sets
    65   urrcount_lib:    Counting number of real roots of univariate polynomial
     65  rootsur_lib:     Counting number of real roots of univariate polynomial
    6666  zeroset_lib:     Procedures For Roots and Factorization
    6767
     
    138138LIB "signcond.lib";
    139139LIB "triang.lib";
    140 LIB "urrcount.lib";
     140LIB "rootsur.lib";
    141141LIB "mrrcount.lib";
    142142LIB "ntsolve.lib";
Note: See TracChangeset for help on using the changeset viewer.