Changeset 67f7108 in git


Ignore:
Timestamp:
May 11, 2005, 6:08:06 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
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
Files:
4 edited
1 moved

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";
  • Singular/LIB/mrrcount.lib

    r27e091b r67f7108  
    1 // $Id: mrrcount.lib,v 1.3 2005-05-09 15:55:37 Singular Exp $
     1// $Id: mrrcount.lib,v 1.4 2005-05-11 16:06:11 Singular Exp $
    22// E. Tobis  12.Nov.2004, April 2004
    33// last change 7. May 2005 (G.-M. Greuel)
     
    3838///////////////////////////////////////////////////////////////////
    3939LIB "linalg.lib";   // We use charpoly
    40 LIB "urrcount.lib"; // We use varsigns
     40LIB "rootsur.lib"; // We use varsigns
    4141
    4242proc nrRootsProbab(ideal I, list #)
  • Singular/LIB/rootsur.lib

    r27e091b r67f7108  
    1 // $Id: urrcount.lib,v 1.6 2005-05-09 15:55:38 Singular Exp $
     1// $Id: rootsur.lib,v 1.1 2005-05-11 16:06:11 Singular Exp $
    22// E. Tobis  12.Nov.2004, April 2004
    33// last change 5. May 2005 (G.-M. Greuel)
     
    55category="Symbolic-numerical solving"
    66info="
    7 LIBRARY: urrcount.lib   Counting number of real roots of univariate polynomial
     7LIBRARY: rootsur.lib   Counting number of real roots of univariate polynomial
    88AUTHOR:                 Enrique A. Tobis, etobis@dc.uba.ar
    99
  • doc/NEWS.texi

    r27e091b r67f7108  
    11@comment -*-texinfo-*-
    2 @comment $Id: NEWS.texi,v 1.45 2005-05-11 12:10:46 Singular Exp $
     2@comment $Id: NEWS.texi,v 1.46 2005-05-11 16:08:06 Singular Exp $
    33@comment this file contains the News about Singular versions
    44@comment Unix
     
    7676@item @nref{signcond_lib}
    7777computing realizable sign conditions
    78 @item @nref{urrcount_lib}
     78@item @nref{rootsur_lib}
    7979counting number of real roots of univariate polynomial
    8080@item @nref{grwalk_lib}
Note: See TracChangeset for help on using the changeset viewer.