Changeset a1848a in git for Singular


Ignore:
Timestamp:
Nov 29, 2022, 11:20:10 AM (17 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
07fefd7e1818a24a256b720bb0c7021058b855b9
Parents:
b3594cbd522dbba3563a80c89f0e99a9eb523ec2
Message:
simplify: more static and removed some
Location:
Singular
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • Singular/eigenval_ip.cc

    rb3594cb ra1848a  
    7373}
    7474
     75#if 0
    7576BOOLEAN evColElim(leftv res,leftv h)
    7677{
     
    9697  return TRUE;
    9798}
     99#endif
    98100
    99101BOOLEAN evHessenberg(leftv res,leftv h)
  • Singular/eigenval_ip.h

    rb3594cb ra1848a  
    1313BOOLEAN evSwap(leftv res,leftv h);
    1414BOOLEAN evRowElim(leftv res,leftv h);
    15 BOOLEAN evColElim(leftv res,leftv h);
     15//BOOLEAN evColElim(leftv res,leftv h);
    1616BOOLEAN evHessenberg(leftv res,leftv h);
    1717lists evEigenvals(matrix M);
  • Singular/ipshell.cc

    rb3594cb ra1848a  
    18871887
    18881888#ifdef HAVE_RINGS
    1889 void rDecomposeRing_41(leftv h,const coeffs C)
     1889static void rDecomposeRing_41(leftv h,const coeffs C)
    18901890/* field is R or C */
    18911891{
     
    32783278}
    32793279
     3280#if 0
    32803281/*3
    32813282* converts a list of modules into a minimal resolution
     
    32963297  return result;
    32973298}
     3299#endif
    32983300// from weight.cc
    32993301BOOLEAN kWeight(leftv res,leftv id)
  • Singular/ipshell.h

    rb3594cb ra1848a  
    104104lists syConvRes(syStrategy syzstr,BOOLEAN toDel=FALSE,int add_row_shift=0);
    105105// converts a list of modules into a minimal resolution
    106 syStrategy syForceMin(lists li);
     106//syStrategy syForceMin(lists li);
    107107// converts a list of modules into a resolution
    108108syStrategy syConvList(lists li);
Note: See TracChangeset for help on using the changeset viewer.