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 867


Ignore:
Timestamp:
2015-06-09T11:28:24-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-tests.lisp

    r864 r867  
    8181  "monom"
    8282  (is (equalp (monom-exponents (make-monom :dimension 3)) #(0 0 0)) "Trivial monomial is a vector of 0's")
    83   (is (equalp (monom-exponents (make-monom :initial-exponents '(1 2 3))) #(1 2 3)) "Monomial with powers 1,2,3"))
     83  (is (equalp (monom-exponents (make-monom :initial-exponents '(1 2 3))) #(1 2 3)) "Monomial with powers 1,2,3")
     84  (let ((p (make-monom :initial-exponents '(1 2 3))))
     85    (is (equalp (monom-map (lambda (x) x) p)) #(1 2 3))))
     86
    8487 
    8588(test order
Note: See TracChangeset for help on using the changeset viewer.