close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 3592


Ignore:
Timestamp:
2015-09-05T17:16:32-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/monom.lisp

    r3591 r3592  
    2626           "MONOM-DIMENSION"
    2727           "MONOM-EXPONENTS"
    28            "MONOM-EQUALP"
     28           "UNIVERSAL-EQUALP"
    2929           "MONOM-ELT"
    30            "MONOM-TOTAL-DEGREE"
    31            "MONOM-SUGAR"
    32            "MONOM-MULTIPLY-BY"
    33            "MONOM-DIVIDE-BY"
    34            "MONOM-COPY-INSTANCE"
    35            "MONOM-MULTIPLY-2"
    36            "MONOM-MULTIPLY"
    37            "MONOM-DIVIDES-P"
    38            "MONOM-DIVIDES-LCM-P"
    39            "MONOM-LCM-DIVIDES-LCM-P"
    40            "MONOM-LCM-EQUAL-LCM-P"
    41            "MONOM-DIVISIBLE-BY-P"
    42            "MONOM-REL-PRIME-P"
    43            "MONOM-LCM"
    44            "MONOM-GCD"
    45            "MONOM-DEPENDS-P"
    46            "MONOM-LEFT-TENSOR-PRODUCT-BY"
    47            "MONOM-RIGHT-TENSOR-PRODUCT-BY"
    48            "MONOM-LEFT-CONTRACT"
     30           "TOTAL-DEGREE"
     31           "SUGAR"
     32           "MULTIPLY-BY"
     33           "DIVIDE-BY"
     34           "MULTIPLY-2"
     35           "MULTIPLY"
     36           "DIVIDES-P"
     37           "DIVIDES-LCM-P"
     38           "LCM-DIVIDES-LCM-P"
     39           "LCM-EQUAL-LCM-P"
     40           "DIVISIBLE-BY-P"
     41           "REL-PRIME-P"
     42           "UNIVERSAL-LCM"
     43           "UNIVERSAL-GCD"
     44           "DEPENDS-P"
     45           "LEFT-TENSOR-PRODUCT-BY"
     46           "RIGHT-TENSOR-PRODUCT-BY"
     47           "LEFT-CONTRACT"
    4948           "MAKE-MONOM-VARIABLE"
    5049           "MONOM->LIST"
Note: See TracChangeset for help on using the changeset viewer.