Changeset 1233 for branches/f4grobner
- Timestamp:
- 2015-06-11T14:27:31-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/utils.lisp
r1232 r1233 71 71 (setf ,r (,add ,r ,expr))))) 72 72 73 (defmacro inner-product (x y &optional (add '+) (mult '*) )73 (defmacro inner-product (x y &optional (add '+) (mult '*) (init-val 0)) 74 74 (let ((i (gensym)) 75 75 (xx (gensym))
Note:
See TracChangeset
for help on using the changeset viewer.