Changeset dd5534 in git for kernel/ideals.h


Ignore:
Timestamp:
Mar 15, 2011, 3:45:13 PM (12 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
Children:
91b031a4e88cb480f4ba993bf5904694c62d9b34
Parents:
c4dab43d69dd36ed09ba07d4e771236f8a7bcc39
Message:
fixed dim of ideal and sum of ideals over rings (with Anne)

git-svn-id: file:///usr/local/Singular/svn/trunk@13973 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/ideals.h

    rc4dab4 rdd5534  
    6262  /*- initialise the maximal ideal (at 0) -*/
    6363void idSkipZeroes (ideal ide);
     64/* index of generator with leading term in ground ring (if any);
     65   otherwise -1 */
     66int idPosConstant (ideal id);
    6467  /*gives an ideal the minimal possible size*/
    6568void idNorm(ideal id);
Note: See TracChangeset for help on using the changeset viewer.