Changeset 0632b18 in git for Singular/iparith.inc


Ignore:
Timestamp:
Nov 28, 2023, 10:50:25 AM (6 months ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
df6a8e29030ff93c6ad53051028727af7d339fa0
Parents:
6e12f9861a9fbafef8cfe9d754bf74a7d483a67b
Message:
bigntvec - intvec use (stdhilb, eliminate)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/iparith.inc

    r6e12f98 r0632b18  
    643643// operation: std (ideal, ideal)  ->  ideal
    644644// operation: std (module, module)  ->  module
    645 // operation: std (ideal, intvec)  ->  ideal, field coeffs
    646 // operation: std (module, intvec)  ->  module, field coeffs
     645// operation: std (ideal, bigintvec)  ->  ideal, field coeffs
     646// operation: std (module, bigintvec)  ->  module, field coeffs
    647647// operation: syz (ideal, string)  ->  module
    648648// operation: syz (module, string)  ->  module
     
    680680// operation: coeffs (ideal, ideal, poly)  ->  matrix
    681681// operation: coeffs (module, module, poly)  ->  matrix
    682 // operation: eliminate (ideal, poly, intvec)  ->  ideal, only commutative rings
    683 // operation: eliminate (module, poly, intvec)  ->  module, only commutative rings
     682// operation: eliminate (ideal, poly, bigintvec)  ->  ideal, only commutative rings
     683// operation: eliminate (module, poly, bigintvec)  ->  module, only commutative rings
    684684// operation: eliminate (ideal, poly, string)  ->  ideal
    685685// operation: eliminate (module, poly, string)  ->  module
Note: See TracChangeset for help on using the changeset viewer.