line up repl commands
This commit is contained in:
parent
54b9f3bfed
commit
e500d7bd5a
1 changed files with 4 additions and 3 deletions
|
@ -134,6 +134,7 @@
|
||||||
((comp println #(pretty-matrix % add-bar)) m)
|
((comp println #(pretty-matrix % add-bar)) m)
|
||||||
m))
|
m))
|
||||||
|
|
||||||
|
;; repl commands
|
||||||
(defn swap [n m] #(swap-rows % n m))
|
(defn swap [n m] #(swap-rows % n m))
|
||||||
(defn add [from to] #(add-rows % from to))
|
(defn add [from to] #(add-rows % from to))
|
||||||
(defn add-mul [n from to] #(add-rows-with-mul % n from to))
|
(defn add-mul [n from to] #(add-rows-with-mul % n from to))
|
||||||
|
|
Loading…
Reference in a new issue