1
0
mirror of synced 2026-04-27 04:37:42 +00:00
Files
Interlisp.medley/internal/test/LANGUAGE/AUTO/AR8575.TEST

13 lines
349 B
Plaintext

;; AR 8575 test
;; Filed as {ERIS}<LISPCORE>TEST>MATMULT>AR8575.TEST
;; By Peter Reidy
;; Verify that MATMULT-N33 will execute without error or crash.
(do-test AR8575-test
(il:matmult-n33 (il:make-homogeneous-n-by-3 4) (il:make-homogeneous-3-by-3))
(il:matmult-n33 (il:make-homogeneous-n-by-3 (random 100)) (il:make-homogeneous-3-by-3))
)
STOP