Skip to content

madriska/core.matrix.mtj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

core.matrix.mtj

A core.matrix backend for matrix-toolkits-java.

Usage

(require '[clojure.core.matrix :refer :all])
(require '[com.madriska.matrix.mtj])
(set-current-implementation :mtj)

(matrix [[1 2] [3 4]])
;; #<DenseMatrix   1.00  2.00
;;   3.00  4.00
;; >

Compliance Testing

core.matrix includes a wonderful compliance-testing suite that verifies compatibility with the core.matrix API. To run the suite:

lein run -m com.madriska.matrix.mtj

Releases and Dependency Information

Latest stable release: 0.0.1

Leiningen dependency information:

[madriska/core.matrix.mtj "0.0.1"]

Maven dependency information:

<dependency>
  <groupId>madriska</groupId>
  <artifactId>core.matrix.mtj</artifactId>
  <version>0.0.1</version>
</dependency>

License

Copyright © 2014 Madriska, Inc.

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Old MTJ implementation. You probably want https://github.com/sethyuan/mtj instead.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published