Skip to content

Commit

Permalink
Make use of core.matrix operators
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-english committed Jul 17, 2014
1 parent e536fc4 commit 80ca5d1
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 195 deletions.
7 changes: 4 additions & 3 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
:url "http://github.com/log0ymxm/clj-auto-diff"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.5.1"]
[midje "1.6.3"]
:dependencies [[net.mikera/core.matrix "0.26.0"]
[org.clojure/clojure "1.5.1"]
[org.clojure/core.match "0.2.1"]]
:profiles {:dev {:dependencies [[org.clojure/tools.namespace "0.2.4"]]
:profiles {:dev {:dependencies [[org.clojure/tools.namespace "0.2.4"]
[midje "1.6.3"]]
:source-paths ["dev"]}})
Loading

0 comments on commit 80ca5d1

Please sign in to comment.