mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
WIP
This commit is contained in:
parent
dd6a5974df
commit
0113982e87
1 changed files with 7 additions and 3 deletions
|
@ -116,15 +116,19 @@
|
|||
(vector-ref vec i))))))
|
||||
(mat
|
||||
(cdr mat)))
|
||||
(make-row->func 1 -1)
|
||||
#;(zebra (first-row-perm 'child)
|
||||
;(make-row->func 1 -1)
|
||||
(zebra (first-row-perm 'child)
|
||||
(make-row->func 1 -1)
|
||||
(make-row->func -1 1)
|
||||
mat
|
||||
number-of-cols))))
|
||||
|
||||
;; TODO: with this test code, why is the fast-eq inlined????
|
||||
(write (zunda 1 -1))
|
||||
;
|
||||
|
||||
(define zebra
|
||||
(lambda (row-perm row->func+ row->func- mat number-of-cols)
|
||||
(write (list row-perm row->func+ row->func- mat number-of-cols))))
|
||||
;(define zebra
|
||||
; (lambda (row-perm row->func+ row->func- mat number-of-cols)
|
||||
; (let _-*-
|
||||
|
|
Loading…
Add table
Reference in a new issue