Skip to content

forward/incanter-BLAS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Modified version of incanter-core to use jBLAS as the matrix manipulation library instead of Parallel COLT.

Usage

In your project.clj file just add the modified library and exclude standard incanter-core:

[incanter/incanter "1.3.0-SNAPSHOT"
  :exclusions [incanter/incanter-core]]
[uk.co.forward/incanter-core-jblas "1.3.0-SNAPSHOT"]

Benchmarking

The tests can be run using the incanter/benchmark.clj file.

Build

Use Maven:

$ mvn compile
$ mvn clojure:compile
$ mvn package
$ mvn assembly:single # optional

Tests

After compiling Java and Clojure sources, you can run incanter-core tests + some additional smoke tests can be run using this Maven goal:

$ mvn clojure:test

Credit & License

Incanter has been written by David Edgar Liebke and it is provided under the Eclipse Public License 1.0. jBLAS has been written by Mikio L. Braun and it is provded under a modified BSD License

About

modified version of Incanter using BLAS instead of COLT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published