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 2091


Ignore:
Timestamp:
2015-06-17T19:45:19-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/ring.lisp

    r2090 r2091  
    102102  (:method ((x number) (y number)) (* x y)))
    103103
    104 (defgeneric ring-tensor-mul (x y)
    105   (:method ((x number) (y number)) (* x y)))
     104(defgeneric ring-tensor-mul (x y))
    106105
    107106(defgeneric ring-div (x y)
Note: See TracChangeset for help on using the changeset viewer.