Changeset 76d26c in git for Singular


Ignore:
Timestamp:
Oct 14, 2013, 6:45:42 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
7476bc5b8ce22fb85faf9749e7e05b330e99f9c5
Parents:
08fa62c9765eb4775a2b8570706325428bd1b390
Message:
fix: rename minIntRoot to minIntRootD to avoid name clash
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/derham.lib

    r08fa62 r76d26c  
    725725             annihilators we computed for L[i]  ->this will ensure  we can compute
    726726             the maps of the MV complex*/
    727           minroot=Derham::minIntRoot(findminintroot);
     727          minroot=minIntRootD(findminintroot);
    728728          for (j=1; j<=i; j++)
    729729            {
     
    811811                   s-parametric annihilators we computed for L[i]  ->this will
    812812                   ensure  we can compute the maps of the MV complex*/
    813               minroot=Derham::minIntRoot(findminintroot);
     813              minroot=minIntRootD(findminintroot);
    814814              for (j=1; j<=i; j++)
    815815                {
     
    42304230   for (i=1; i<=size(G4); i++)
    42314231     {
    4232        minmax[i]=Derham::minIntRoot(G4[i],1);
     4232       minmax[i]=minIntRootD(G4[i],1);
    42334233       if (size(minmax[i])!=0)
    42344234         {
     
    55315531////////////////////////////////////////////////////////////////////////////////////
    55325532
    5533 static proc minIntRoot(list L,list #)
    5534 "USAGE:minIntRoot(L [,M]); L list, M optinonal list
     5533static proc minIntRootD(list L,list #)
     5534"USAGE:minIntRootD(L [,M]); L list, M optinonal list
    55355535ASSUME:L a list of univariate polynomials with rational coefficients @*
    55365536       the variable of the polynomial is s if size(#)==0 (needed for proc
Note: See TracChangeset for help on using the changeset viewer.