Changeset 9850e50 in git


Ignore:
Timestamp:
Apr 8, 2024, 2:42:42 PM (6 weeks ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
137ed3d06f9f4d2fbbdf3e0b8326a2cf060dac05
Parents:
b31b2af95512f11967d8fe3fb7d6f9ae50af15ae
Message:
fix req. for hilb stuff
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.inc

    rb31b2a r9850e50  
    613613// operation: parstr (ring, int)  ->  string
    614614// operation: print (def, string)  ->  string
    615 // operation: prune_map (module, smatrix)  ->  module
     615// operation: prune_map (module, identifier)  ->  module
    616616// operation: quotient (ideal, ideal)  ->  ideal
    617617// operation: quotient (module, ideal)  ->  module
     
    680680// operation: coeffs (ideal, ideal, poly)  ->  matrix
    681681// operation: coeffs (module, module, poly)  ->  matrix
    682 // operation: eliminate (ideal, poly, bigintvec)  ->  ideal, only commutative rings
    683 // operation: eliminate (module, poly, bigintvec)  ->  module, only commutative rings
     682// operation: eliminate (ideal, poly, bigintvec)  ->  ideal, only commutative rings, field coeffs
     683// operation: eliminate (module, poly, bigintvec)  ->  module, only commutative rings, field coeffs
    684684// operation: eliminate (ideal, poly, string)  ->  ideal
    685685// operation: eliminate (module, poly, string)  ->  module
  • Singular/table.h

    rb31b2a r9850e50  
    689689,{D(jjHILBERT2),  HILBERT_CMD,    BIGINTVEC_CMD,  IDEAL_CMD,  INT_CMD, ALLOW_PLURAL | ALLOW_RING | NO_ZERODIVISOR}
    690690,{D(jjHILBERT2),  HILBERT_CMD,    BIGINTVEC_CMD,  MODUL_CMD,  INT_CMD, ALLOW_PLURAL | ALLOW_RING | NO_ZERODIVISOR}
    691 //,{D(jjHILBERT2),  HILBERT_CMD,    INTVEC_CMD,     IDEAL_CMD,  INT_CMD, ALLOW_PLURAL | ALLOW_RING | NO_ZERODIVISOR}
    692 //,{D(jjHILBERT2),  HILBERT_CMD,    INTVEC_CMD,     MODUL_CMD,  INT_CMD, ALLOW_PLURAL | ALLOW_RING | NO_ZERODIVISOR}
    693691,{D(jjHOMOG1_WI), HOMOG_CMD,      INT_CMD,        IDEAL_CMD,  INTVEC_CMD, ALLOW_PLURAL |ALLOW_RING}
    694692,{D(jjHOMOG1_W),  HOMOG_CMD,      INT_CMD,        MODUL_CMD,  INTVEC_CMD, ALLOW_PLURAL |ALLOW_RING}
     
    837835,{D(jjCMATRIX_3),     CMATRIX_CMD, CMATRIX_CMD,INT_CMD,    INT_CMD,   CRING_CMD, ALLOW_PLURAL |ALLOW_RING}
    838836#endif
    839 ,{D(jjELIMIN_HILB),    ELIMINATION_CMD,IDEAL_CMD, IDEAL_CMD, POLY_CMD, BIGINTVEC_CMD, NO_NC |ALLOW_RING}
    840 ,{D(jjELIMIN_HILB),    ELIMINATION_CMD,MODUL_CMD, MODUL_CMD, POLY_CMD, BIGINTVEC_CMD, NO_NC |ALLOW_RING}
     837,{D(jjELIMIN_HILB),    ELIMINATION_CMD,IDEAL_CMD, IDEAL_CMD, POLY_CMD, BIGINTVEC_CMD, NO_NC |NO_RING}
     838,{D(jjELIMIN_HILB),    ELIMINATION_CMD,MODUL_CMD, MODUL_CMD, POLY_CMD, BIGINTVEC_CMD, NO_NC |NO_RING}
    841839,{D(jjELIMIN_ALG),     ELIMINATION_CMD,IDEAL_CMD, IDEAL_CMD,  POLY_CMD, STRING_CMD, ALLOW_PLURAL |ALLOW_RING}
    842840,{D(jjELIMIN_ALG),     ELIMINATION_CMD,MODUL_CMD, MODUL_CMD,  POLY_CMD, STRING_CMD, ALLOW_PLURAL |ALLOW_RING}
Note: See TracChangeset for help on using the changeset viewer.