Changeset 1c981c in git for Singular


Ignore:
Timestamp:
May 11, 2005, 6:13:25 PM (19 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'd08f5f0bb3329b8ca19f23b74cb1473686415c3a')
Children:
71627de5035c65b02cc41ff9a2230aa43821d2c5
Parents:
67f7108d08cc41b7a6325118d45a678f68e8360b
Message:
*hannes: mrrcount.lib ->rootsmr.lib


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/all.lib

    r67f7108 r1c981c  
    1 // $Id: all.lib,v 1.44 2005-05-11 16:06:10 Singular Exp $
     1// $Id: all.lib,v 1.45 2005-05-11 16:10:23 Singular Exp $
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: all.lib,v 1.44 2005-05-11 16:06:10 Singular Exp $";
     3version="$Id: all.lib,v 1.45 2005-05-11 16:10:23 Singular Exp $";
    44category = "General purpose";
    55info="
     
    5757
    5858Symbolic-numerical solving
    59   mrrcount_lib:    Number of Real Roots of Polynomial Systems
     59  rootsmr_lib:     Number of Real Roots of Polynomial Systems
    6060  ntsolve_lib:     Real Newton Solving of Polynomial Systems
    6161  presolve_lib:    Pre-Solving of Polynomial Equations
     
    139139LIB "triang.lib";
    140140LIB "rootsur.lib";
    141 LIB "mrrcount.lib";
     141LIB "rootsmr.lib";
    142142LIB "ntsolve.lib";
    143143LIB "zeroset.lib";
  • Singular/LIB/rootsmr.lib

    r67f7108 r1c981c  
    1 // $Id: mrrcount.lib,v 1.4 2005-05-11 16:06:11 Singular Exp $
     1// $Id: rootsmr.lib,v 1.1 2005-05-11 16:13:25 Singular Exp $
    22// E. Tobis  12.Nov.2004, April 2004
    33// last change 7. May 2005 (G.-M. Greuel)
     
    55category="Symbolic-numerical solving"
    66info="
    7 LIBRARY: mrrcount.lib Counting the number of real roots of polynomial systems
     7LIBRARY: rootsmr.lib Counting the number of real roots of polynomial systems
    88AUTHOR:               Enrique A. Tobis, etobis@dc.uba.ar
    99
  • Singular/LIB/signcond.lib

    r67f7108 r1c981c  
    1 // $Id: signcond.lib,v 1.5 2005-05-09 15:55:37 Singular Exp $
     1// $Id: signcond.lib,v 1.6 2005-05-11 16:10:23 Singular Exp $
    22// E. Tobis  12.Nov.2004
    33// last change 5. May 2005 (G.-M. Greuel)
     
    2121";
    2222
    23 LIB "mrrcount.lib";
     23LIB "rootsmr.lib";
    2424LIB "linalg.lib";
    2525///////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.